What is Header Anomaly Detection?
Header anomaly detection is a passive anti-bot technique that compares your incoming HTTP headers against the known fingerprint of the browser you claim to be. If your User-Agent says Chrome 124 but your request lacks sec-ch-ua or orders the HTTP/2 pseudo-headers like a Go HTTP client, the WAF flags the mismatch. It is the cheapest, fastest way for a target to drop naive scrapers before evaluating TLS or running JavaScript challenges.