DevKits

Request negotiation · Request header

Referer

The URL of the previous page that led to this request.

What is Referer?

Sent by browsers on subresource and navigation requests to inform the target where the request came from. The header is deliberately misspelled — RFC 1945 typo, kept for backwards compatibility.

Typical usage

Read for analytics, anti-CSRF checks, and abuse detection.

Examples

Referer: https://google.com/search?q=devkits

Common gotchas

Referer is redacted or omitted based on Referrer-Policy. Don't rely on it for security decisions.

Specification

RFC 9110 §10.1.3

Related headers