I read several threads in this forum about using Request.ServerVariables. Good tips. However, I had experiences that some information in the Request object was blocked by the firewall.
One of my web application uses “Referrer” in the Request.ServerVariables. This worked for most clients, but had error with one client since this "referrer" returns nothing. This client admited that his company did have a firewall.
It is my guess that the firewall blocks some information in the request object. Am I right? If I am right, how much does the firewall affect Request object?
Seaport
One of my web application uses “Referrer” in the Request.ServerVariables. This worked for most clients, but had error with one client since this "referrer" returns nothing. This client admited that his company did have a firewall.
It is my guess that the firewall blocks some information in the request object. Am I right? If I am right, how much does the firewall affect Request object?
Seaport