Hello guys,
when sending requests to the Flarum API (for example: /api/discussions/<id>), the Coraza WAF blocks the request because the header X-HTTP-Method-Override triggers OWASP CRS rule 920450:
HTTP header is restricted by policy (x-http-method-override)
[id "920450"]
[file "@owasp_crs/REQUEST-920-PROTOCOL-ENFORCEMENT.conf"]
[tag "paranoia-level/1"]
This causes an inbound anomaly score and the request is denied by the WAF, even though the header is used legitimately by Flarum’s API and the paranoia level is set to a very relaxed 1.