Hi all,
Several of our web apps are distributed across many sites and we often need to validate the transfer from one site to another. In our ASP.NET application we always use Request.UrlReferrer to check where the visitor came from and have never come across an issue with this. We are currently trying to integrate a PHP site into a distributed ASP.NET web app and need to do the same. The problem here is that HTTP_REFERER is always blank. What could be causing this? Is there another variable that we need to use to replicate the functionality of ASP.NET's Request.UrlReferrer?
Thank you for your time,
Stephen