HAR Viewer
HAR files contain URLs, headers and sometimes payloads. HAR Viewer keeps that sensitive network archive local while summarizing request counts, total time and slowest entries for debugging.
Parses HAR 1.2 exports locally. It does not replay requests or upload URLs, cookies or payloads.
network.har
har-report.txt2 entries
GET · 200148.0 ms
https://api.example.com/orders
application/json · 4210 bytes
POST · 40196.0 ms
https://api.example.com/orders
application/json · 188 bytes
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
/web
cURL Converter
Turn copied cURL commands into fetch, Python requests and structured request JSON.
/web
HTTP Headers Inspector
Parse response headers and score common security headers.
/text
Logfmt / NDJSON Inspector
Parse logfmt and NDJSON logs into structured records for local triage.
/web
OpenAPI Mini Inspector
List endpoints, methods and response codes from OpenAPI JSON or common YAML locally.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Export HAR from browser DevTools.
- 02Paste the HAR JSON.
- 03Review slow requests and copy the local report.
02
FAQ
- Does it replay requests?
- No. It only parses and summarizes HAR data locally.
03
Related tools
- /web→cURL ConverterTurn copied cURL commands into fetch, Python requests and structured request JSON.
- /web→HTTP Headers InspectorParse response headers and score common security headers.
- /text→Logfmt / NDJSON InspectorParse logfmt and NDJSON logs into structured records for local triage.
- /web→OpenAPI Mini InspectorList endpoints, methods and response codes from OpenAPI JSON or common YAML locally.