Hacker News new | past | comments | ask | show | jobs | submit login

Using websockets relies on a proxy that doesn't pass just the headers/body, but instead sends all packets in both directions. Nginx proxies do this, Apache requires a special proxy module.

Firewalls don't typically care, since it's effectively a long lived HTTP request, unless it digs into all of the packets and filters there.




IIRC SSL is recommended for Websockets.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: