SecResponseBodyLimitAction

Description: Configure how to handle responses when the body exceeds the SecResponseBodyLimit.

Syntax: SecResponseBodyLimitAction Reject|ProcessPartial

Default: ProcessPartial

Options:

  • Reject: Reject responses that exceed the limit
  • ProcessPartial: Only inspect the portion of the response body that fits within the limit, pass through the rest

Case Sensitive: Yes

Implemented: No

Example:

SecResponseBodyLimitAction ProcessPartial