Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Response Body missing from call to API proxy although HttpStatus is 200

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 Solved
0 15 3,264
1 ACCEPTED 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.

.

View solution in original post

15 REPLIES 15