Importing and Exporting HTTP data with Firebug

In: web resources

3 Jun 2009

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:

JAVASCRIPT:

  1.  
  2. ({
  3.   “log”:{
  4.     “pages”:[{
  5.         “startedDateTime”:“Fri, 29 May 2009 23:19:08 GMT”,
  6.         “id”:“page_0″,
  7.         “title”:“Facebook | Home”
  8.       }
  9.     ],
  10.     “entries”:[{
  11.         “pageref”:“page_0″,
  12.         “startedDateTime”:1243639103761,
  13.         “time”:3503,
  14.         “sent”:0,
  15.         “received”:65978,
  16.         “overview”:[],
  17.         “request”:{
  18.           “method”:“GET”,
  19.           “path”:“/home.php?”,
  20.           “prePath”:“http://www.facebook.com”,
  21.           “port”:-1,
  22.           “httpVersion”:“HTTP/1.1″,
  23.           “cookies”:[{
  24.               “name”:“login_x”,
  25.               “value”:“idontthinkso”
  26.             },
  27.  

Firebug Export

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

Comment Form

About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.