LazyTools

🔒 Every tool runs in your browser — the files and values you enter are never uploaded to any server. How it works

🌐 HAR File Viewer

Drop a HAR file to see every request with its method, status, size and timing — plus a warning for any request that carries cookies, auth headers or token-like parameters.

Inspect a browser network capture (.har) — request waterfall, sizes and timings — with a scan that flags requests carrying cookies, auth headers or token-like query parameters. HAR files routinely contain session cookies and API keys, so this parses everything locally and never uploads your file. 🔒

Rate this tool:
Anonymous — no account, no identifier

How the har file viewer works

A HAR (HTTP Archive) file is a JSON export of a browser's network activity. The viewer parses it in your browser and lists each request — method, status code, URL, transferred size and load time — with totals for the whole capture. It also scans every request and response for sensitive data: Authorization and Cookie headers, API-key headers, and query parameters whose names look like tokens or secrets, flagging the requests that carry them.

HAR files are a notorious privacy hazard: because they record full requests and responses, they routinely contain live session cookies, bearer tokens and API keys that can be used to impersonate you. That is exactly why this tool parses everything locally and never uploads the file — and why you should scrub or avoid sharing HARs that the scan flags. The table shows up to 500 requests; filter by URL to narrow a large capture.

Frequently asked questions

How do I open a HAR file?

Choose the .har file here and it's parsed in your browser into a readable table of requests with statuses, sizes and timings. Nothing is uploaded, which matters because HAR files often contain credentials.

How do I create a HAR file?

In your browser's DevTools, open the Network tab, reload the page or reproduce the issue, then right-click the request list and choose "Save all as HAR". That file is what you open here.

Why are HAR files a security risk?

They capture complete requests and responses, so they frequently include session cookies, authorization tokens and API keys — anyone with the file could reuse those to access your accounts. This viewer flags requests that carry such data so you know what's in there.

Is my HAR file uploaded anywhere?

No. It's read and analysed entirely in your browser and never sent to a server, so even a HAR full of tokens stays on your device. It also works offline once loaded.

Related developer tools