API Gateway unzipping the content instead of forwarding as-received

Hi,

There is a SOAP based backend/native service that expects GZipped SOAP content. This Soap service is hosted in API Gateway using just the straight thru routing for http/s transport. Client sends the http request with Content-Encoding=gzip. It throws “API Gateway outbound client encountered Not in GZIP format” error. Apparently, the Gateway didn’t forward the GZipped content as it received from the client. Instead, it unzipped (which it shouldn’t do) and sent the request to the backend service without changing the header (it is still Content-Encoding=gzip but the content it not in gzip format).

Did anyone come across this scenario? Appreciate your inputs/recommendations.

Thanks,
Karthik

Hi Karthik,

We have an SI for this. If you are using 10.5, it will be available in Fix 10.

Thanks,
Clench

Ok. Thanks Clench.

Removed the SI details as that was for internal access

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.