ACL
Deny or allow by HTTP method, path prefix, and header.
Config: protection.acl.
REST: PUT /api/protection/acl.
The sample denies /debug:
YAML
Empty method means any method.
Set header + header_value to require or reject a header.
ACL runs early. Use it for operator-known junk paths. Use custom rules when you need a regex, not a prefix.