php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8249 getallheaders only can get URL of the last
Submitted: 2000-12-14 04:02 UTC Modified: 2000-12-21 05:28 UTC
From: erwinba at 163 dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.3 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: erwinba at 163 dot net
New email:
PHP Version: OS:

 

 [2000-12-14 04:02 UTC] erwinba at 163 dot net
The "getallheaders" function cannot get the current URL
list, it get the last access 'Referer' only.

such as, access the test.php page by 
  http://myserver/php/test.php?parameter=value
then access the process.php page by
  http://myserver/php/process.php?page=value
on my process.php page, I use getallheaders() function,
but this 'Referer' is returned : test.php?parameter=value.

Of course, I want the current Referer is returned.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-17 10:49 UTC] stas@php.net
Could you please explain more clearly what did you do, what
you expected and what was returned?
 [2000-12-21 05:28 UTC] sniper@php.net
You have only misunderstood 'referer'.
Referer is the page you are 'coming' from.
NOT the page you're going to. 

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC