The required header you’re missing is Sec-WebSocket-Key. Adding that you should get 101 Switching Protocols. Origin is not necessary, and unnecessarily misleading for the server.
2 Likes
The required header you’re missing is Sec-WebSocket-Key. Adding that you should get 101 Switching Protocols. Origin is not necessary, and unnecessarily misleading for the server.