What is Referer Header?
The Referer Header is an HTTP request header that tells the destination server the absolute or partial URL of the page the client was on before making the request. For scraping pipelines, it is a critical trust signal. Sending a direct GET request to a backend API endpoint with an empty or mismatched Referer is the fastest way to trigger an anti-bot block, as real browser traffic almost always carries a valid navigational history.