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.