In PHP it's $_SERVER['HTTP_REFERER'] and JS document.referrer but they only show the domain the visitor come from like example.com
Is there a way to find out the full url like exampe.com/?cat=bla&something=yey
I think it's not possible but I don't know for sure. Or is it possible in any other languages like ruby/python and so on?