Nginx Websocket proxy with Microsoft IE 10 client
Maxim Dounin
mdounin at mdounin.ru
Fri Nov 22 12:52:53 UTC 2013
Hello!
On Thu, Nov 21, 2013 at 02:12:47PM -0800, Alder Network wrote:
> when client is Internet Explorer 10, the websocket session didn't get
> proxy'd to websocket server (websocketpp) other browser
> clients work fine.
Works fine here, just tested:
192.168.56.1 - - [22/Nov/2013:16:48:39 +0400] "GET /websocket.html HTTP/1.1" 304 0 "-" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
192.168.56.1 - - [22/Nov/2013:16:49:03 +0400] "GET /websocket/ HTTP/1.1" 101 21 "-" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"
(Note "101" response logged after a tab is closed.)
You may want to find out more details, see
http://wiki.nginx.org/Debugging for some hints.
--
Maxim Dounin
http://nginx.org/en/donation.html
More information about the nginx
mailing list