What is Suspicious Referrer Block?
A Suspicious Referrer Block is a network-layer defense mechanism where a WAF or anti-bot system drops incoming HTTP requests because the Referer header is missing, malformed, or contextually impossible. For scrapers, it's a common trap: sending a direct GET request to an internal API endpoint without the expected parent page in the referrer string immediately flags the session as synthetic. If the navigation graph doesn't match human browse patterns, the edge terminates the connection.