Closed
Bug 1247392
Opened 9 years ago
Closed 7 years ago
Support HTML/XML preview for HTTP responses
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(firefox47 affected)
RESOLVED
DUPLICATE
of bug 1353319
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
User Story
Developers want to see the HTML response of HTTP requests in a formatted way to be able to easily read the contents. This is especially useful for error responses, which are not output on the website.
This is a follow up for bug 1211525
It should be possible to preview XML/HTML HTTP responses as nicely rendered markup (inside the Response tab).
Honza
Updated•9 years ago
|
Priority: -- → P2
Updated•8 years ago
|
Blocks: firebug-gaps
Updated•8 years ago
|
Summary: Support XML preview for HTTP responses → Support HTML/XML preview for HTTP responses
Reporter | ||
Comment 1•8 years ago
|
||
This report might get higher priority:
* https://www.reddit.com/r/firefox/comments/6h7n50/why_was_http_response_preview_removed_from/
* https://hacks.mozilla.org/2017/06/network-monitor-reloaded/#comment-21296
Honza
Comment 2•8 years ago
|
||
Removing that feature from the network tab was really frustrating. Debugging API errors from Django got a lot harder since 500s come with a HTML stacktrace (when debug is set to True). That should facilitate development but currently is actually making it harder since we have to copy the HTML from the Response pane into a .html file an then open it.
Updated•8 years ago
|
User Story: (updated)
Comment hidden (me-too) |
Comment hidden (me-too) |
When will be this feature available ? Why it has been removed ? Need to use Chrome to see Laravel / .net answer in rendered HTML.
Comment 6•7 years ago
|
||
It was removed in bug 1350229 due to the incorrect assumption that it duplicates functionality. It will be added back again in bug 1353319. Note that this report report is different, because it asks to add the HTML preview to the console.
Sebastian
See Also: → 1353319
Comment 7•7 years ago
|
||
bug 1353319 seems implemented this feature.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•