You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
MaxResponseBodySize configures an upper limit for the size of the response body (payload) in bytes.
331
-
332
-
This limit is currently applied only if the Response Body Transform middleware is enabled.
330
+
MaxResponseBodySize sets an upper limit on the response body (payload) size in bytes. It defaults to 0, which means there is no restriction on the response body size.
333
331
334
332
The Gateway will return `HTTP 500 Response Body Too Large` if the response payload exceeds MaxResponseBodySize+1 bytes.
335
333
336
-
A value of zero (default) means that no maximum is set and response bodies will not be limited.
334
+
**Note:** The limit is applied only when the [Response Body Transform middleware]({{< ref "api-management/traffic-transformation/response-body" >}}) is enabled.
0 commit comments