Generating a HAR File
- 02 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Generating a HAR File
- Updated on 02 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Generating a HAR File
A HAR (HTTP Archive) file records the network requests and responses made by your browser. It’s useful for debugging issues related to loading dashboards, charts, or data connections in Preset.
Follow the instructions below based on your browser.
Google Chrome
- Open Chrome and go to the page where the issue occurs.
- Right-click anywhere on the page and select Inspect to open DevTools.
- Click the Network tab.
- Check the box for Preserve log (top-left of the tab).
- Reproduce the issue (refresh the page if necessary).
- Click on the Export HAR button.
- Save the file and share it with your support contact.
Mozilla Firefox
- Go to the page experiencing the issue.
- Press
F12
or right-click > Inspect. - Click on the Network tab.
- Ensure Persist Logs is checked.
- Reload the page and reproduce the issue.
- Right-click anywhere in the list of requests and select Save All As HAR.
- Save the file and share it with support.
Safari (macOS)
Safari requires Developer Tools to be enabled first.
Enable Developer Tools (if not already):
- Open Safari.
- Go to Safari > Settings > Advanced.
- Check Show Develop menu in menu bar.
Generate HAR File:
- Navigate to the problematic page.
- In the top menu, click Develop > Show Web Inspector.
- Click the Network tab.
- Reproduce the issue.
- Right-click inside the network tab and select Export HAR.
- Save and share the file.
Microsoft Edge
- Go to the page where the issue occurs.
- Press
F12
or right-click > Inspect. - Go to the Network tab.
- Check Preserve log.
- Reproduce the issue.
- Right-click in the request list > Save all as HAR with content.
- Save and upload the file as needed.
Notes
- Sensitive Information: HAR files may include tokens or credentials. Review or share via a secure method if needed.
- Performance Issues: Always reproduce the issue while recording the HAR for a full capture.
Was this article helpful?