Answer the question
In order to leave comments, you need to log in
How to process compressed data on the client in web sockets?
There is a site (not mine) where the frontend and backend communicate via sockets.
The client connects with the following HTTP headers:
Accept-Encoding:gzip, deflate, sdch, br
Sec-WebSocket-Extensions:permessage-deflate; client_max_window_bits
sec-websocket-extensions:permessage-deflate; server_no_context_takeover; client_max_window_bits=15
Answer the question
In order to leave comments, you need to log in
So, can the server compress certain messages, or does it just encrypt them? (and then decrypted in browser client code)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question