When I add an "Accept-Encoding: gzip" header field to my NSURLRequest, NSURLConnection.sendSynchronousRequest requests compressed data from the server and automatically decompresses the response data. Is there a way to prevent this, i.e. obtain the compressed (still gzipped) data?
Regards, Jochen