What I have to do is get the URL of the previous page no matter what, I mean, if it comes from Google for instance, I have to get Google's URL and so forth... Can anybody help me?
I've tried Response.Redirect
and also Request
, ServerVariables["HTTP_REFERER"]
, however both of them returns null. I've tried JS as well using document.Referrer
, but nothing's working.
Thanks in advance.