Closed
Bug 1095273
Opened 11 years ago
Closed 11 months ago
Duplicate HTTP headers are concatenated in network view
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: anthonyryan1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48.27 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141014182055
Steps to reproduce:
1. Use the developer tools to inspect the Set-Cookie values returned to the browser on a POST request.
2. Observed a malformed (and misleading) Set-Cookie header.
Actual results:
The developer tools indicated that Firefox was receiving:
Set-Cookie: "kl=1; expires=Sat, 07-Nov-2015 03:14:17 GMT; Max-Age=31536000; path=/login; domain=.whatbox.ca; httponlysessionid=test; expires=Sat, 07-Nov-2015 03:14:17 GMT; Max-Age=31536000; path=/; secure; httponly"
Expected results:
Multiple Set-Cookie headers should have been shown in the developer tools:
Set-Cookie: "kl=1; expires=Sat, 07-Nov-2015 03:14:17 GMT; Max-Age=31536000; path=/login; domain=.whatbox.ca; httponly"
Set-Cookie: "sessionid=test; expires=Sat, 07-Nov-2015 03:14:17 GMT; Max-Age=31536000; path=/; secure; httponly"
Reporter | ||
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Netmonitor
Comment 1•8 years ago
|
||
I can confirm this bug still exists with Firefox 57, currently on Nightly channel, Windows 64-bit.
All Set-Cookie headers are merged together, whether in the main view or in "Raw headers" (both on the Headers tab).
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: netmonitor-cookies-sidepanel
Updated•3 years ago
|
Severity: normal → S3
Comment 2•11 months ago
|
||
I actually managed to see unique set-cookie headers on google maps for instance. This one might be fixed?
Comment 3•11 months ago
|
||
Comment 4•11 months ago
|
||
Going to close this one, set-cookie is handled properly now.
Status: UNCONFIRMED → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•