NSUrl Accept-Encoding: gzip question
NSUrl Accept-Encoding: gzip question
- Subject: NSUrl Accept-Encoding: gzip question
- From: TACKEL <email@hidden>
- Date: Thu, 06 Nov 2003 10:26:32 +0100
Hi all,
I've been taking a look at the archives and although I saw some related threads, haven't
found a quick way to solve my problem.
I just want to retrieve the html code of some webs but some of them send me the code
gziped because the HTTP request created with NSUrl send a header like that:
...
Accept-Encoding: gzip, deflate;q=1.0, identity;q=0.5, *;q=0
...
Does anybody of you know the way to avoid sending this header?
Thanks,
Tackel.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.