I am using Google chrome's developer tools to inspect the timeline of some requests. There is the option of storing them as a .HAR file, but I could not find anything that opens it. In a browser, it looks like a simple text file.

Does anybody know how to save Developer Tool's data in a suitable format or how to open .HAR files?

link|improve this question

78% accept rate
feedback

2 Answers

.har seems to be an HTTP Archive Spec file. You can use HTTP Watch to open such files. FWIW those are JSON files

link|improve this answer
feedback

The HTTP Archive format (HAR) format is intended to be a format for sharing HTTP data across tools. Although there are a bunch of tools that support HAR & allow exporting, only a few among those appear to allow import:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.