Greetings. I am trying to figure out what circumstances would cause the PHP variable getenv('HTTP_REFERER') to be missing "www." from the referring URL. In my PHP form mail script, one of the filtering functions checks to ensure that an error is triggered if the script is called from any page other than the one that it should be called from. In a few cases, an error has been logged because the referring page is "http://mydomain.com/feedback.php" rather than "http://www.mydomain.com/feedback.php".
Does this raise any flags or should I just modify the script to ignore that part of the referring URL? Any advice or guidance is appreciated. Thanks.