-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I add request headers when I establish a websocket connection? #103
Comments
+1 |
Also a blocking issue for me |
WebSocket API does not provide any method for specifying additional headers. In the link below, it says some ways to add token authentication I hope this helps. |
I can do this in the ws package but not on this one, any idea why it's not supported? |
+1 for me. I am currently using faye-websocket which supports sending headers required for authentication. |
Thanks for posting this screenshot :) |
I have reconnecting-websocket with ws, how can I pass the headers? |
Hello, I need to carry a "token" message on the head of the request when I first establish a websocket connection. What should I do?
The text was updated successfully, but these errors were encountered: