Free HAR file viewer
Drop in the .har file your browser exported and read every request it recorded. A HAR analyzer that runs in this page, not on a server.
Your file never leaves your browser. Nothing is uploaded and nothing is stored.
Drop a .har file here
Exported from the Network tab in Chrome DevTools. Nothing is uploaded.
No requests match.
Request URL
Error:
Query string
Request headers
Response headers
Request body
Response body
Where this comes from
This is the network panel from Session Replay, our bug reporting tool, with your own file in it. When somebody reports a bug with the extension, the same panel is filled in for them automatically, alongside the recording of the screen, the console output and the browser details, so nobody has to be asked to export a file by hand.
The panel comes with every report. Install the Chrome extension
What a HAR file is
A HAR file is an HTTP Archive: a JSON record of every request a page made, with the headers, timings, sizes and response bodies the browser saw. Support teams ask for one because it says what actually happened on the network, and it is unreadable without something to lay it out.
To export one from Chrome, open DevTools, go to the Network tab, reproduce the problem with recording on, then right click any request and choose Save all as HAR with content. Firefox and Edge have the same option in the same place.