nori0428 / mod_websocket

mod_websocket for lighty ( http://www.lighttpd.net/ )
BSD 3-Clause "New" or "Revised" License
103 stars 27 forks source link

compatible with non browser client #51

Open monark1289 opened 8 years ago

monark1289 commented 8 years ago

I am not able to connect to websocket with non browser client like Qwebsocket.

Please suggest what can i do for this

cuadue commented 8 years ago

Provide more information: what appears in the lighttpd log with websocket.debug = 4 in lighttpd.conf? What is in the HTTP request sent by QWebSocket and how does it differ from an HTTP request that works as sent by a browser?