Closed
Bug 186029
Opened 23 years ago
Closed 23 years ago
redirection triggers two GET requests
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: Jukka.Eskelinen, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
After getting a 302 redirection from a server, Mozilla 1.2.1 does two GET
requests to the URL specified in the redirection response Location field. I
verified this with a proxy.
Reproducible: Always
Steps to Reproduce:
1. Go to a URL that would give a 302 redirection
2. Check that how many times a GET request was issued
3.
Actual Results:
After getting a 302 redirection from a server, Mozilla 1.2.1 does two GET
requests to the URL specified in the redirection response Location field. I
verified this with a proxy.
Expected Results:
It should have done 1 GET request instead of two duplicates
| Assignee | ||
Comment 3•23 years ago
|
||
Jukka: care to provide a sample URL?
| Assignee | ||
Comment 4•23 years ago
|
||
received this from Jukka:
>Hello Darin,
>
>It turned out that I should have done a more extensive check before
>submitting the bug. The duplicate request was due to an incorrect
>JavaScript that submitted the page twice. Sorry about the confusion.
>
>Cheers,
>Jukka
>
>--
>Jukka.Eskelinen@sonera.com
marking INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•