Reply to Re: Anyway to check if refer site is using SSL or not????
Posted by Ray Paseur on 11/24/05 15:23
<snip> verify that the site sending the data is using SSL(https). Is there
any way of validating that in PHP? </snip>
You might check the referer field $_SERVER['HTTP_REFERER']
It will be blank if there is no referer link, and so it won't always show up
in phpinfo. Try these two scripts and see if that helps: