-
Hello, I'm trying connect my graphql client to a subscription that has a JWT auth guard on it. Currently, I'm noticing that nothing I'm trying to do in regards to sending the Authorization header is working. Chrome inspector on the network request shows that the Authorization header is not being set. My configuration of the client:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you cannot manipulate the HTTP Upgrade request headers in the browser. The |
Beta Was this translation helpful? Give feedback.
Hey, you cannot manipulate the HTTP Upgrade request headers in the browser. The
connectionParams
are passed through theConnectionInit
message's payload inside an established WebSocket connection.