Request.ServerVariables ("HTTP_REFERER") using https

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using Request.ServerVariables ("HTTP_REFERER") When i move from normal server eg. http:// to secure server eg https:// in VB Script then I've a problem in getting value of Request.ServerVariables ("HTTP_REFERER") variables..
 
What are you hoping to do with this value? HTTP RFC specifically prohibits
passing data in HTTP_REFERER when moving from HTTPS -> HTTP, although I
don't know of any restriction going the other way.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.


ppatel said:
I'm using Request.ServerVariables ("HTTP_REFERER") When i move from normal
server eg. http:// to secure server eg https:// in VB Script then I've a
problem in getting value of Request.ServerVariables ("HTTP_REFERER")
variables..
 
Back
Top