Skip to content

Commit d5fde6b

Browse files
authored
[Proxy] Maximum Header Size for Mediation (#1855)
* [Proxy] Maximum Header Size for Mediation
1 parent 7873169 commit d5fde6b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

en/developer-docs/docs/api-management/api-policies/apply-advanced-settings-on-mediation-policies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The approach to applying advanced settings depends on whether the proxy componen
1212
| **Hostname verification** | Choreo enables hostname verification by default when using mTLS. You can disable it if necessary. | Set the `verifyHostname` parameter to `false` in the **Advanced Settings** field. <br> ![Hostname verification setting](../../assets/img/api-management/api-policies/advanced-settings/hostname-verification-setting.png) | Hostname verification will be skipped during mTLS interactions. |
1313
| **Minimum evictable idle time** | Determines how long (in seconds) an outgoing connection remains idle before eviction. The default is 300 seconds. | Set the required idle time in the **Advanced Settings** field. <br> ![Minimum evictable idle time setting](../../assets/img/api-management/api-policies/advanced-settings/minimum-evictable-idle-time-setting.png) | Idle connections will be closed and evicted after the defined period. |
1414
| **Detailed access log** | By default, logs related to the mediation application are generated and can be viewed as [runtime logs](../../monitoring-and-insights/view-logs.md#runtime-logs). You can disable these logs if necessary. | Set the `detailedAccessLog` parameter in the **Advanced Settings** field. <br> ![Detailed access log setting](../../assets/img/api-management/api-policies/advanced-settings/detailed-access-log-setting.png) | Logs related to the mediation application will not be generated. |
15+
| **Max Header Size** | Determines the maximum header size (in bytes) allowed by the mediation application. The default value is 8192 bytes. | Set the `maxHeaderSize` parameter in the **Advanced Settings** field. <br> ![Detailed access log setting](../../assets/img/api-management/api-policies/advanced-settings/max-header-size-setting.png) | The mediation service will accept request headers up to the configured size. Requests with headers exceeding this limit will be rejected with an HTTP 431 Request Header Fields Too Large status code. |
1516

1617
## Configure advanced settings for a proxy component
1718

113 KB
Loading

0 commit comments

Comments
 (0)