crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite
https://crossbar.io/autobahn/
Apache License 2.0
1k stars 84 forks source link

Origin missing Header #57

Closed Xaraknid closed 8 years ago

Xaraknid commented 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.

oberstet commented 8 years ago

The origin header is only required for browser WebSocket clients per RFC. Non-browser clients may or may not set the header.