Replies: 2 comments 1 reply
-
|
GetConnect is multiplatform, it is not possible to set headers on the web, I do not know if we should provide this only for the desktop, but we can do this, so I am moving this to discussions |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'd read RFC6455, it says: So i don't know why there is a compatibility issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Under the basewebsocket, for getsocket, we only have provision to pass the url of the socket,
not additional headers. This makes it restrictive as I cant pass authentication headers or other oauth
headers when connecting to the backend. Please add provision for passing headers as well
//this is how it is right now
socket = WebSocket(url);
//Rather we do WebSocket(url, Map headers)
Beta Was this translation helpful? Give feedback.
All reactions