We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22322ce commit 4533726Copy full SHA for 4533726
iis/wix/modsecurity.conf
@@ -16,6 +16,9 @@ SecRuleEngine DetectionOnly
16
#
17
SecRequestBodyAccess On
18
19
+# SecStreamInBodyInspection is required by IIS for proper body inspection
20
+# See issue #1299 for more information
21
+SecStreamInBodyInspection On
22
23
# Enable XML request body parser.
24
# Initiate XML Processor in case of xml content-type
0 commit comments