Closed Bug 588751 Opened 14 years ago Closed 9 years ago

Export collected HTTP network data from Web Console

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 859058

People

(Reporter: Honza, Unassigned)

References

Details

(Whiteboard: [console-2])

One of the often required features for HTTP monitoring tools is export of all collected data (HTTP related) to a file for further/later processing.

Such feature allows to persist entire page loading process and:
1) replay it later
2) analyze load performance later

As part of Firebug development I have designed a HAR (HTTP Archive) format that is used for data exported from Firebug's Net panel. See more about Net export here: http://www.softwareishard.com/blog/netexport/

This format is based on JSON and described in detail here:
http://groups.google.com/group/http-archive-specification/web/har-1-2-spec

The format is already supported by many HTTP monitoring tools, the list is here: http://groups.google.com/group/http-archive-specification/web/har-adopters?hl=en

It would be very useful for developers if Web Console also supports exporting of collected HTTP data, especially using the same format that seems to slowly become an industry standard.

Honza
Whiteboard: [console-2]
Component: Developer Tools → Developer Tools: Console
OS: Windows Vista → All
Hardware: x86 → All
filter on TARDIS
Priority: -- → P3
Bug 859058 added HAR export.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.