Hi,
I want to find about the HTTP 1.1 compression of the site I am talking to. I need to do it programmatically in Java.
What I want to find out is: Does the server support compression for incoming requests? Does the server support compression for responses?
Thanks in advance.