I run an SSL site that uses a php mail script on another server. This mail script uses getenv("HTTP_REFERER") to see whether the mail request is allowed. However, the referer is httpS, so the getenv("HTTP_REFERER") command returns an empty string. Can anyone help me with this?
Is there a php command to retrieve the referer from an SSL site?