Closed
Bug 841018
Opened 12 years ago
Closed 9 years ago
"Inspect network request" doesn't show response from server if response contains multiple "Access-Control-Allow-Origin" headers
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: unghost, Unassigned)
Details
Attachments
(1 file)
116.60 KB,
image/png
|
Details |
While investigating Bug 840656 I noticed that "Inspect network request" window doesn't show response from server if response contains multiple "Access-Control-Allow-Origin" headers. However, Wireshark can show it, see Bug 840656 comment 2
STR:
1) Open web console
2) Open http://riotpixels.com/
3) Click on GET link
Expected result:
Request and response are shown
Actual result:
Only request is shown (see attachment)
Comment 1•12 years ago
|
||
Thank you for the bug report!
riotpixels.com seems to work now. Do you have a test case page where we can see the issue you are describing?
Flags: needinfo?(unghost)
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Mihai Sucan [:msucan] from comment #1)
> Thank you for the bug report!
>
> riotpixels.com seems to work now. Do you have a test case page where we can
> see the issue you are describing?
Patch in Bug 814117 contains testcase for multiple Access-Control-Allow-Origin headers.
Flags: needinfo?(unghost)
Comment 3•12 years ago
|
||
Thank you. I was able to confirm the bug after a bit of fighting with apache which insisted to merge multiple headers with the same name (multiple values become comma separated).
It seems this is a corner-case bug, IIANM.
Priority: -- → P3
Version: unspecified → Trunk
Comment 4•9 years ago
|
||
This popup has recently been removed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•