I have a problem when connecting to websocket server when using Chrome on OSX.
- We use this package: https://github.com/voryx/Thruway
- I test it here: http://websocket.org/echo.html
- Address to the server is:
wss://dev.unisim.cz:4444
If I try to connect to server using Firefox it works well but if I use Chrome there is an error message:
Error during WebSocket handshake: Unexpected response code: 302.
Let me know if you need more information.
Thruway is actually a WAMPv2 router and client (allows RPC and pub/sub patterns), not raw websockets as the websocket.org echo test is expecting. I am not sure why it would allow anything in either browser.
If you are looking for raw websocket communication with PHP, check out https://github.com/ratchetphp/Ratchet and https://github.com/ratchetphp/Pawl (Thruway uses these libraries for websocket related tasks.)