When accessing apigee proxy, I am getting buffer overflow error.
{
"fault": {
"faultstring": "Body buffer overflow",
"detail": {
"errorcode": "protocol.http.TooBigBody"
}
}
}
I tried to add this property on target endpoint:
<Property name="response.streaming.enabled">true</Property>.
But still getting same error.
Apigee often has policies in place to manage request and response sizes. There could be a policy configured to limit the size of the message you're trying to send. Check your Apigee API proxy configuration, specifically the policies applied to the request, and see if there's a size limit policy in place.