See exactly what HTTP Referer header your browser is sending right now — plus your IP address, user agent, language and other data websites see when you visit them.
When you click a link on Page A to visit Page B, your browser automatically sends a Referer header to Page B revealing exactly where you came from.
The HTTP Referer (note: misspelled in the spec) is a header your browser sends when you click a link. It tells the destination site which page or website you came from.
Your referrer can reveal private pages, internal tools, competitor research, or sensitive URLs you were visiting. Any site can log this data.
Use our Dereferer tool to create links that strip the referrer header. Or add a Referrer-Policy header to your own website to control what you share.
If you're using a VPN, your IP should change but the referrer header is unaffected by VPNs. Use Anonymiz links for referrer protection.
Referrer-Policy: no-referrer to your website's HTTP headers to control what you share when users leave your site.network.http.sendRefererHeader to 0 in about:config. Chrome: install the "Referer Control" extension.<meta name="referrer" content="no-referrer"> to your HTML to stop your pages leaking the referrer.