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
I am using the WS server library. There is a setAuthorization function that expects Basic HTTP creditentials, however I could not manage to make use of it since browser websocket plugins do not support additional authorization headers. How can I secure the WS server with a username and password? Thank you.