SecRequestBodyJsonDepthLimit
Description: Configure the maximum parsing depth for JSON objects.
Syntax: SecRequestBodyJsonDepthLimit DEPTH
Default: 0 (unlimited)
Case Sensitive: Yes
Implemented: No
When parsing JSON objects, if the nesting level exceeds the configured depth limit, parsing will terminate and set a REQBODY_ERROR error.
Example:
SecRequestBodyJsonDepthLimit 512