Getting “Z_DATA_ERROR: incorrect header check” error while making http request

I am using 3 http request to fetch different data and I am getting this same error for the other two http request “Z_DATA_ERROR: incorrect header check” even though I am not sending custom headers.

Here are the input and output bundles for the first http request

But as soon as it reaches the second http module, it gives error

Please note that all the API calls are different but the it makes an API request to same nCall server. And I can confirm that the other two API gives response if the api call is made from postman

Maybe you have to. Check the developer API documentation to see what headers you need to send along with your request.

2 Likes