Home > Archive > ASP .NET > May 2006 > HTTPS Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
I am navigating from a HTTPS site to a HTTP site. I am not getting the
urlreferrer
for it .How can i get the urlreferrer info if i am coming from a secured
site.Please help this is urgent.Thanks in advance
Regards
Vidds
| |
| ssvivek@gmail.com 2006-05-30, 4:09 am |
| Hi Vidds,
This is not possible to my knowledge, Obviously, you cannot read
urlrefferrer because the security should be enforced in HTTPS. Hence it
will be null or a blank.
Vidds wrote:
> Hi,
>
> I am navigating from a HTTPS site to a HTTP site. I am not getting the
> urlreferrer
> for it .How can i get the urlreferrer info if i am coming from a secured
> site.Please help this is urgent.Thanks in advance
>
> Regards
> Vidds
| |
|
| Yes that is there but is there any way where in i can get any specific info
abt the coming request??
"ssvivek@gmail.com" wrote:
> Hi Vidds,
>
> This is not possible to my knowledge, Obviously, you cannot read
> urlrefferrer because the security should be enforced in HTTPS. Hence it
> will be null or a blank.
>
> Vidds wrote:
>
>
| |
| Joerg Jooss 2006-05-31, 7:11 pm |
| Thus wrote Vidds,
> Hi,
>
> I am navigating from a HTTPS site to a HTTP site. I am not getting the
> urlreferrer
> for it .How can i get the urlreferrer info if i am coming from a
> secured
> site.Please help this is urgent.Thanks in advance
Referrer is useless for non-trivial application purposes, as it is often
removed by web proxies or when switching to a secure protocol etc.
Cheers,
--
Joerg Jooss
news-reply@joergjooss.de
|
|
|
|
|