Theia RPC and http headers #14958
Answered
by
msujew
daleasberry-n
asked this question in
Q&A
-
How would I set the Authorization header for a proxy call to my backend service? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Feb 18, 2025
Replies: 1 comment
-
Hey @daleasberry-n, you can override the You will need to bind that newly created |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daleasberry-n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @daleasberry-n,
you can override the
createWebSocket
method and append your own header in theextraHeaders
section of the socket io initialization.You will need to bind that newly created
WebSocketConnectionSource
override in a frontend preload module. See here for an example.