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
Feature Request for WebSocketClient.connect() with headers.
For some websockets, expect webscoket client to pass connection headers (such as "Origin", "Authorization", etc).
In the current version, WebSocketClient.connect() does not seem to accept headers (though tokio-tungstenite seems to have this ability to take header).
For websocket connections expecting such connection headers, I getting "Exception: Unable to make websocket connection because of error: HTTP error: 403 Forbidden".
The text was updated successfully, but these errors were encountered:
Feature Request for WebSocketClient.connect() with headers.
For some websockets, expect webscoket client to pass connection headers (such as "Origin", "Authorization", etc).
In the current version, WebSocketClient.connect() does not seem to accept headers (though tokio-tungstenite seems to have this ability to take header).
For websocket connections expecting such connection headers, I getting "Exception: Unable to make websocket connection because of error: HTTP error: 403 Forbidden".
The text was updated successfully, but these errors were encountered: