If I set up a page like this:
<html><head><meta http-equiv="refresh" content="0;url=http://internic.net/"></head><body></body></html>
Will the browser send referrer info and other metadata when the redirection is performed?
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.
In testing here, Firefox and IE do not but Chrome does send the referrer (though this is inconsistent as well), regardless of whether it’s going to the same domain or not.
Seeing as I can’t find any spec stating what should be the standard behavior, and W3C in general discourages a META redirect, I’m not sure you can ever depend on this being consistent.