View Single Post
  #1  
Old 10-12-2002, 01:53 AM
Kaiyodo
Hill Giant
 
Join Date: Jan 2002
Location: Midlands,UK
Posts: 149
Default Anyone know about HTML Get requests?

My Magelo converter is playing up 'cause Magelo is giving me my data in gzipped format rather than the uncompressed format it was giving me last week.

The request I send is ..

GET
/eq_view_profile.jsp?num=123895
HTTP/1.1
Host: www.magelo.com

I've tried putting "Accept-Encoding:" in there too but it still delivers gzipped data.

Anyone know how I can get the raw uncompressed HTML data? Or decompress the gzipped stuff. Running 'uncompress' from zlib on the data just gives me a corrupted data error.

K.
Reply With Quote