HAR
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |extensions={{ext|har}}, {{ext|harp}} |released=2012 }} '''HAR''' (HTTP Archive) is a format based on JSON for saving a rec...") |
(→Utilities) |
||
Line 15: | Line 15: | ||
== Utilities == | == Utilities == | ||
* [http://www.softwareishard.com/blog/har-viewer/ HAR viewer (Software is hard)] | * [http://www.softwareishard.com/blog/har-viewer/ HAR viewer (Software is hard)] | ||
− | * [https://code.google.com/p/harviewer/ harviewer (Google Code)] | + | * [https://github.com/janodvarko/harviewer harviewer (GitHub)] |
+ | ** [https://code.google.com/p/harviewer/ harviewer (Google Code)] | ||
* [http://ericduran.github.io/chromeHAR/ Chrome HAR viewer] | * [http://ericduran.github.io/chromeHAR/ Chrome HAR viewer] | ||
Revision as of 19:37, 22 January 2016
HAR (HTTP Archive) is a format based on JSON for saving a record of a Web access, including the HTTP request and response headers used to retrieve a document, and timing information on how long each part took to load. They can be used in server analysis and in archiving of Web data. HAR files are required to be encoded in the UTF-8 character encoding.
.har files are raw HAR, while .harp files are HAR enclosed in a callback function for use as JavaScript code.