Closed
Bug 32233
Opened 25 years ago
Closed 25 years ago
HTTP header "Location:" does not change the url that appears in the interface
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: bisho, Assigned: cbegle)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (WinNT; I)
BuildID:
In the page http://www.onirica.com I do a redirect with PHP3 using:
Header("Location: http://www.onirica.com/.../");
The redirection works, but the url that appears in the Location field of the
browser does not change.
The problems was both in the mozilla.exe application and the viewer.exe
applicacion. Previous versions (M13 or so) were also affected by the problem in
the mozilla.exe applicacion, but not in the viewer.exe applicacion.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.onirica.com
2.The page should redirect the browser to
http://www.onirica.com/es/presentacion/la_empresa/
3.But the url that appears in the Location field doesn't change.
Actual Results: http://www.onirica.com appears in the Location field of the
browser
Expected Results: http://www.onirica.com/es/presentacion/la_empresa/ should
appear.
Tested in Win NT 4.0 and Win 98.
It was not tested in Linux, but probably it will be also affected.
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 30783 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•