internet explorer - Websocket in my chrome work only when I start in --no-proxy-server -


i have application uses websockets. i'm under corporate proxy. when application in localhost websocket requests fine in ie/chrome , firefox. works ie not in chrome when hosted else in lan network.

and in chrome echo http://websocket.org/echo.html successful

websocket in chrome works when request ws://localhost fails if hosted on ip

after long search found http://www.tech-recipes.com/rx/5245/google-chrome-how-to-assign-a-proxy-server-that-is-different-from-internet-explorers-settings/

since websockets started working chrome well.

but not possible client start in no proxy mode.

could me brief explanation of why working in no proxy mode ? , why working in ie if ie , chrome shares same proxy settings

i'm under corporate proxy.

how html5 web sockets interact proxy servers

some proxies not websocket friendly. try use secure websockets (using wss:// instead ws://), since secure connections cannot understood proxies.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -