Open ghost opened 7 years ago
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 });
How do I sent headers with my connection string?
I need to send something like:
Header: Authorization Value: Bearer SOME_JWT_TOKEN