Closed Xaraknid closed 8 years ago
Is there a reason why the testsuite didn't have origin header in handshake?
My server enforce origin to be present in the header, take me some time to figure that is what prevent autobahn to test my websocket server.
The origin header is only required for browser WebSocket clients per RFC. Non-browser clients may or may not set the header.
Is there a reason why the testsuite didn't have origin header in handshake?
My server enforce origin to be present in the header, take me some time to figure that is what prevent autobahn to test my websocket server.