Can the property http.properties:HTTPRequest.body.buffer.limit= be set at the proxy level?

Apigee Docs has details on what http.properties are supported on API proxy level as well as the system level.

http://docs.apigee.com/api-services/reference/endpoint-properties-reference

So my understanding is the followings are not supported as to define on some specific API Proxy.

http.properties:HTTPRequest.body.buffer.limit=

http.properties:HTTPResponse.body.buffer.limit=

Is that correct?

Solved Solved
1 2 455
2 ACCEPTED SOLUTIONS

The properties “HTTPRequest.body.buffer.limit=“ and "HTTPResponse.body.buffer.limit=" are set at system level. We can't modify this at the apiproxy level.

View solution in original post

for Private Cloud on-premises deployments you can edit the message processor http.properties file to increase the limit in the HTTPResponse.body.buffer.limit parameter.

View solution in original post

2 REPLIES 2

The properties “HTTPRequest.body.buffer.limit=“ and "HTTPResponse.body.buffer.limit=" are set at system level. We can't modify this at the apiproxy level.

for Private Cloud on-premises deployments you can edit the message processor http.properties file to increase the limit in the HTTPResponse.body.buffer.limit parameter.