[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Get data from Multipart/related response

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top