Does anyone know of a tool/method that will enable me to send a http request to a server with HTTP compression and retrieve the compressed result?
Cheers,
Dan.
Krapulator
2:32 am on Oct 7, 2004 (gmt 0)
Rex Swain's HTTP Viewer [rexswain.com] will let you do this - simply add the word "gzip" (without the quotes) to the Accept-Encoding field and it will request and return the full http response.
dannyb
2:45 am on Oct 7, 2004 (gmt 0)
Hey thanks!
That is a cool tool!
I was actually hoping to find something that could retrieve the compressed response and write it to a file. Like 'wget', only able to retrieve compressed content.