Last update:2026-08-21 14:26:10
Reading time: About 4 minutes
Prerequisites: None
Navigation path: Security Settings > Policies > [Target Hostname] > General Settings > Detection Length Limits
When WAF performs security inspection on request content (such as URL, request headers, and request body), it only inspects content within a certain length range by default. Content that exceeds the detection length limit is truncated and excluded from inspection.
By adjusting the detection length limits, you can balance protection coverage and performance overhead:
| Detection Item | Description | Default Value |
|---|---|---|
| Request URL Length | Maximum URL length (including path and parameters) that WAF inspects | 2048 bytes |
| Single Header Field Length | Maximum length of a single request header field value that WAF inspects | 512 bytes |
| Request Body Length | Maximum length of POST request body that WAF inspects | 8192 bytes |
Consider increasing the limit when:
Consider decreasing the limit when:
Recommendation: After making adjustments, go to Analysis & Logs > Attack Logs to check for new hits or false negatives, and confirm that the changes produce the expected results.