I have a API proxy that is a straight passthrough. When calling the backend server through Apigee I'm seeing a 200 status being returned but the response body is empty. Network trace proves that backend server is responding with a body.
Solved! Go to Solution.
Case 1436673
. Apigee support figured the exception as being caused due to the backend not providing a‘Content-Length’ or ‘Transfer-Encoding’ header in the response. Turns out the F5 in front of the backend was stripping off the Transfer-Encoding header.
.