View HAR captures privately
A HAR file is a JSON record of the network requests your browser made, exported from the DevTools Network tab. This viewer opens it locally and lays every request out in a table — method, status, type, size and timing — so you can spot slow calls, errors and oversized responses.
Because HAR files frequently include cookies, authorization headers and full request bodies, privacy matters: this tool parses the file entirely in your browser and never uploads it.