What is OWASP CRS Block?
OWASP CRS Block is a network-layer rejection triggered when an HTTP request violates the OWASP Core Rule Set — a standard library of signatures used by Web Application Firewalls (WAFs) like ModSecurity, Nginx, and AWS WAF. For scrapers, it usually means your payload, headers, or URL structure matched a known attack vector or a generic bot signature. It is the baseline defense layer that catches lazy scripts before they ever reach the application logic.