referring proxy site url detection not working
I am trying to detect the site URL of a proxy site from which users are
visiting a site.
using the followings are not working
$a=$_SERVER['SERVER_NAME'];
$b=$_SERVER['HTTP_REFERER'];
when I am visiting my site from a proxy site it shows the URL of my site
not the referring proxy site!
any solution?
No comments:
Post a Comment