Help
To Use
Click on "Choose File" and upload a
HAR file
to convert it to HTML. You can download a
HAR of this website loading
and upload it if you like recursion.
Options
-
Convert file: Reconstitute the page only from requests in HAR
file. This will only load the first text/html request and requests it
creates.
-
Realtime Replay [Not yet built]: Load HTML file and then
resend all requests with their headers at the timestamps in the HAR
file. This should look more like animation as the page will change
like it did for the user recording the HAR file. NOTE: This is not
idempotent! If you created or deleted things in this HAR file,
replaying those requests may error, because you are trying to
create/delete them a second time.
How
This page takes the text payload of responses and adds them to a single
HTML file. This HTML file is then inserted it into an iframe and can be
downloaded.
Why
I troubleshoot technical issues at Cloudflare and work with HAR files
frequently. A loaded HTML page can visually provide more context to an
issue than just the HAR file.