Open In App

HTTP headers | Referer

The HTTP Referer header is a request-type header that identifies the address of the previous web page, which is linked to the current web page or resource being requested. The usage of this header increases the risk of privacy and security breaches on a website but it allows websites and web servers to identify where the traffic is coming from. The Referer can not be sent by the browsers if the resource is the local file or data.

Syntax:



Referer: <url>

Directives: The HTTP Referer header accepts a single directive as mentioned above and described below:

Below examples illustrates the HTTP Referer header:



Examples:

To check the Referer in action go to Inspect Element -> Network check the request header for Referer like below. Referer header is highlighted.


Supported Browsers: The browsers are compatible with HTTP header Referer are listed below:

Article Tags :