You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
I am trying to pass my user credentials to my websocket server using the url ws://username:[email protected]. Unfortunately on the server side I don't see any Authorization header.
I initially thought about an old chromium issue but I have the exact same issue on FIrefox.
It would be very nice to support HTTP basic auth during upgrade request or even better, allow us to pass additional headers (maybe in the low level API).
The text was updated successfully, but these errors were encountered:
I am trying to pass my user credentials to my websocket server using the url
ws://username:[email protected]
. Unfortunately on the server side I don't see anyAuthorization
header.I initially thought about an old chromium issue but I have the exact same issue on FIrefox.
It would be very nice to support HTTP basic auth during upgrade request or even better, allow us to pass additional headers (maybe in the low level API).
The text was updated successfully, but these errors were encountered: