Closed
Description
We configure our POST body limit as follows
<IfModule mod_security2.c>
SecRuleEngine DetectionOnly
SecRequestBodyAccess On
SecRequestBodyLimitAction ProcessPartial
SecRequestBodyNoFilesLimit 4096
SecRequestBodyLimit 4096
SecRequestBodyInMemoryLimit 4096
</IfModule>
We can then see on the backend that the resulting request is truncated to the SecRequestBodyLimit 4096