Request
Referer
Contains the URL of the page that linked to the currently requested resource.
Syntax
Referer: <url>
Example
Referer: https://enterno.io/tools
Description
The Referer header (note the historical misspelling) indicates the URL of the resource from which the current request originated. It helps servers understand navigation flows and traffic sources.
Browsers control whether to send this header based on the Referrer-Policy header set on the referring page. It is omitted for direct navigation, bookmarks, and when downgrading from HTTPS to HTTP.
Check if your website sends this header correctly
Check your headers →