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
Can anyone clearify how can i modify default handshake response for example i contact my server from javascript:
var socket = new WebSocket("ws://127.0.0.1:60000", ["binary", "base64"])
How can i get the passed protocols and send specified protocol in response?
The text was updated successfully, but these errors were encountered:
Can anyone clearify how can i modify default handshake response for example i contact my server from javascript:
var socket = new WebSocket("ws://127.0.0.1:60000", ["binary", "base64"])
How can i get the passed protocols and send specified protocol in response?
The text was updated successfully, but these errors were encountered: