Open GoogleCodeExporter opened 9 years ago
Completely agree, this would be an awesome feature.
Original comment by chre...@gmail.com
on 21 Jan 2011 at 3:38
Probably good to use something like socket.io so those using old versions of
browsers can still use shellinabox
Original comment by chre...@gmail.com
on 21 Jan 2011 at 3:44
Great idea -- perhaps it could gracefully downgrade to AJAX
Original comment by callan.bryant@gmail.com
on 9 Apr 2011 at 11:41
Patches welcome.
Original comment by beewoo...@gmail.com
on 31 Mar 2012 at 10:24
I disagree, I think shellinabox should push foward using AJAX, Websockets gets
blocked by proxy servers and firewalls often. Since shellinabox is mostly used
in draconian environments we need too make sure it is optimized for those use
cases.
Original comment by MichaelC...@gmail.com
on 14 Sep 2012 at 2:15
Web sockets shouldn't get blocked by firewalls on ports 443 & 80 unless they're
doing multi-protocol packet inspection. Some older proxy servers will have
issues with the http upgrade header and forwarding the connection but that was
fixed in the protocol more than a year ago. The suggestion to use socket.io on
the server side & client would enable graceful fall back on a large population
of browsers going back several years.
Original comment by lpsan...@gmail.com
on 14 Sep 2012 at 4:22
Original issue reported on code.google.com by
lpsan...@gmail.com
on 18 Jan 2011 at 9:56