We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How do I sent headers with my connection string?
I need to send something like:
Header: Authorization Value: Bearer SOME_JWT_TOKEN
var ws = $websocket('wss://' + websocket, { reconnectIfNotNormalClose: true });