HTTPS to HTTP, Header Location, Remove Referer, IE ok, But Firefox not

Discussion in 'PHP' started by benalmador, Oct 10, 2013.

  1. #1
    in IE case when I move from https to http via Header Location then referer erased
    in Firefox case when I move from https to http via Header Location FF does not erase referer.
    Maybe there is a special trick or command in PHP to make FF erase referer or some other trick?
    Or headers like privacy policy, they are complicated....
     
    benalmador, Oct 10, 2013 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Set $_SERVER['HTTP_REFERER'] = '' ;
     
    PoPSiCLe, Oct 10, 2013 IP
    ROOFIS likes this.