| |
|
|
|
Categories: Computing Disabling compression in an HTTP sessionSometimes you want to see what's happening in an HTTP session, but a normal tcpdump or wireshark trace isn't very helpful because the data is compressed, so what you see appears to be gobbldygook. You can get round this by disabling compression in your browser. In Mozilla Firefox:
Now when your browser connects to an HTTP server, the browser will not say that it can handle compressed data, so the server will send it in clear, and you can see what's happening. |
Resources Book details
|