Wednesday, June 3rd, 2009
Importing and Exporting HTTP data with Firebug
<p>Jan Odvarko of the Firebug team has created a new plugin and site that allows you to export data from Firebug in the HTTP Archive Format and then also view the JSON data via a HTTP Archive Viewer.The format will look a little like this:
-
-
({
-
"log":{
-
"pages":[{
-
"startedDateTime":"Fri, 29 May 2009 23:19:08 GMT",
-
"id":"page_0",
-
"title":"Facebook | Home"
-
}
-
],
-
"entries":[{
-
"pageref":"page_0",
-
"startedDateTime":1243639103761,
-
"time":3503,
-
"sent":0,
-
"received":65978,
-
"overview":[],
-
"request":{
-
"method":"GET",
-
"path":"/home.php?",
-
"prePath":"http://www.facebook.com",
-
"port":-1,
-
"httpVersion":"HTTP/1.1",
-
"cookies":[{
-
"name":"login_x",
-
"value":"idontthinkso"
-
},
-
...
-

Hopefully we will see other tools sharing the same format so we can go in between!
Related Content:











Wow! This is awesome! I believe HttpWatch also (or will also) support this syntax. This is portentous of a future where our web dev tools of choice can actually share information.
Nice.
Hi,
I am happy to announce that new DebugBar v5.3 has export in HTTP Archive Format !
Hope you like it.
JFR