P
Peter Judge
Guest
it's the fact that it's coming zipped that's breaking things, as indicated by the Content-Encoding: gzip header. (I also see 2 Content-Length headers and no boundary parameter on the Content-Type) The way to influence this is via the Accept-Encoding header that the request sends. See tools.ietf.org/.../rfc7231 for some details. You can try Accept-Encoding with a value of "identity" which should tell the server not to zip the response.
Continue reading...
Continue reading...