You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Producer": "ModSecurity for Apache/2.7 (http://www.modsecurity.org/); core ruleset/1.9.2.",
120
+
"Server": "Whoisthat/v1 (Osprey)",
121
+
"messages": [
122
+
{
123
+
"info": "Warning. Match of \"rx (?:^(?:application\\\\/x-www-form-urlencoded(?:;(?:\\\\s?charset\\\\s?=\\\\s?[\\\\w\\\\d\\\\-]{1,18})?)??$|multipart/form-data;)|text/xml)\" against \"REQUEST_HEADERS:Content-Type\" required.",
124
+
"file": "/opt/niner/modsec2/pp7.conf",
125
+
"line": "69",
126
+
"id": "960010",
127
+
"msg": "Request content type is not allowed by policy",
128
+
"severity": "WARNING",
129
+
"tag": "POLICY/ENCODING_NOT_ALLOWED"
130
+
}
131
+
]
132
+
},
133
+
"event_date_microseconds": 1.37941116E15,
134
+
"event_date_milliseconds": 1.37941117E12,
135
+
"event_date_seconds": 1.3794112E9,
136
+
"event_timestamp": "2013-09-17T09:46:16.088Z",
137
+
"XForwardedFor-GEOIP": {
138
+
"ip": "192.168.1.122",
139
+
"country_code2": "XZ",
140
+
"country_code3": "BRZ",
141
+
"country_name": "Brazil",
142
+
"continent_code": "SA",
143
+
"region_name": "12",
144
+
"city_name": "Vesper",
145
+
"postal_code": "",
146
+
"timezone": "Brazil/Continental",
147
+
"real_region_name": "Region Metropolitana"
148
+
},
149
+
"matchedRules": [
150
+
"SecRule \"REQUEST_METHOD\" \"@rx ^POST$\" \"phase:2,status:400,t:lowercase,t:replaceNulls,t:compressWhitespace,chain,t:none,deny,log,auditlog,msg:'POST request must have a Content-Length header',id:960022,tag:PROTOCOL_VIOLATION/EVASION,severity:4\"",
0 commit comments