HAR Viewer

View HTTP Archive (.har) files to analyze network requests.

Drag and drop a .har file here or click to select

HAR (HTTP Archive) is a file format containing network request details exported from browser DevTools. This tool displays a list of requests with status codes, timing, and size — convenient for performance debugging without reopening DevTools.

How do I get a .har file?

In browser DevTools, open the Network tab, perform the necessary actions on the page, then right-click on the request list and select 'Save all as HAR'.

Is the file uploaded to a server?

No, the file is processed entirely locally in your browser.