HTTP_REFERER when redirected

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Agoston Bejo

    HTTP_REFERER when redirected

    I understand that Request.ServerV ariables("HTTP_ REFERER") is empty when the
    page is redirected.
    Does that mean that it is also empty when redirected on client side? (Such
    as location.href = ...) Actually, I do that and all I get in HTTP_REFERER is
    "http://[servername]" . Is this the same problem?
    How to get around it?


  • Ray Costanzo [MVP]

    #2
    Re: HTTP_REFERER when redirected

    Check out http://www.aspfaq.com/show.asp?id=2169.

    Ray at home

    "Agoston Bejo" <gusz1@freemail .hu> wrote in message
    news:OvSJ6NHpEH A.3668@TK2MSFTN GP15.phx.gbl...[color=blue]
    >I understand that Request.ServerV ariables("HTTP_ REFERER") is empty when the
    > page is redirected.
    > Does that mean that it is also empty when redirected on client side? (Such
    > as location.href = ...) Actually, I do that and all I get in HTTP_REFERER
    > is
    > "http://[servername]" . Is this the same problem?
    > How to get around it?
    >
    >[/color]


    Comment

    Working...