The HTTP Archive format, or HAR, is a JSON-formatted archive file format for logging of a web browser's interaction with a site.
The table shown is exported to CSV format with a comma as a delimiter.
Made by Devin Kott.
You can visit a live version at https://har.devinkott.com/.
- Add better meta tags
- Add more attributes
- Add list to select the attributes you want in the csv
- Fix "Time" column: .toFixed(2)
- Limit the URL or resize the table correctly (max-width?)
- Version 1.0: Initial (07/29/2020)