0

Now a days most of the users turn off HTTP_REFERRER or their browser do it so.
Most of the browser now dont send HTTP_REFERRER can i add this in header while serving pages to the browser so next time i can get the HTTP_REFERRER ?

1 Answer 1

1

No. The referrer is set by the browser. It's nothing that you control from your end. With that said, most people don't disable it and most browser do sent it.

According to RFC2616 Section 14.36:

The Referer field MUST NOT be sent if the Request-URI was obtained from a source that does not have its own URI, such as input from the user keyboard.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.