Y
Hacker News
new
|
ask
|
show
|
jobs
by
bobmcnamara
433 days ago
I fixed a few bugs in a WebSocket client and was blown away by the things they do to trick old proxies into not screwing it all up.
1 comments
fenesiistvan
432 days ago
I would be interested in those tricks
link
bobmcnamara
432 days ago
A big one is 'masking' all client requests that a proxy can't effectively cache the response since the request always changes.
The RFC explains it:
https://datatracker.ietf.org/doc/html/rfc6455#section-5.3
link