Closed
Bug 666723
Opened 15 years ago
Closed 13 years ago
Web console's net panel lists URIs with fragment identifiers for network requests
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Keywords: qawanted, Whiteboard: [console-output])
This could confuse people, since those are not what goes on the network.
On the other hand, for some things (document, media, etc) the fragment identifier is relevant for how we treat the data once we get it back. Not sure what the best thing to do is here.
Comment 1•15 years ago
|
||
maybe separate the fragment from the URI, such as
http://example.com/foo/bar (with fragment: #frag)
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•13 years ago
|
Blocks: console-output
Component: Developer Tools → Developer Tools: Console
Whiteboard: [console-output]
Comment 2•13 years ago
|
||
retest in the network monitor.
Component: Developer Tools: Console → Developer Tools: Netmonitor
Keywords: qawanted
Comment 3•13 years ago
|
||
Netmonitor uses nsIURL to retrieve only the query of a uri.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•