I know you can get the HTTP referer when someone enters your page by clicking a link to it. But is it also possible to determine what page a user is on when they type the address themselves?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the standard, the browser MUST NOT send the address of the current page when an address is entered by the user. From the HTTP/1.1 header field documentation:
Below is my previous answer, which didn’t exactly match the question, but I’ve left it here for history purposes.