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?
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?