How to Capture and Submit a HAR File for Troubleshooting
Last updated: June 18, 2026
A HAR (HTTP Archive) file records the network activity between your browser and a website. Our support team may request a HAR file to help diagnose issues such as:
Pages not loading correctly
Login or authentication errors
Slow performance
Missing data or unexpected application behavior
Before You Begin
HAR files may contain sensitive information, including cookies, session tokens, and page content. Review your organization's security policies before sharing a HAR file. If necessary, remove sensitive information before sending the file.
Google Chrome
Open Google Chrome and navigate to the page where you're experiencing the issue.
Press F12 (Windows) or Option + Command + I (Mac) to open Developer Tools.
Select the Network tab.
Ensure the Record button (red circle) is active.
Check Preserve log.
Click the Clear button (circle with a line through it) to remove existing network activity.
Reproduce the issue.
Once the issue has occurred, right-click anywhere in the network activity list.
Select Save all as HAR with content.
Save the file to your computer.
Microsoft Edge
Open Microsoft Edge and navigate to the affected page.
Press F12 or Ctrl + Shift + I to open Developer Tools.
Select the Network tab.
Verify that recording is active.
Enable Preserve log.
Clear any existing network activity.
Reproduce the issue.
Right-click within the network requests panel.
Select Save all as HAR with content.
Save the HAR file.
Mozilla Firefox
Open Firefox and navigate to the affected page.
Press F12 (Windows) or Option + Command + I (Mac).
Select the Network tab.
Reproduce the issue.
Right-click anywhere in the network request list.
Select Save All As HAR.
Save the file to your computer.
Safari
Enable the Develop Menu (One-Time Setup)
Open Safari.
Select Safari > Settings (or Preferences).
Open the Advanced tab.
Enable Show Develop menu in menu bar.
Capture the HAR File
Navigate to the page where the issue occurs.
Select Develop > Show Web Inspector.
Open the Network tab.
Reproduce the issue.
Export the network activity from the Network tab.
Save the HAR file.
Submit the HAR File
After capturing the HAR file:
Save the file locally.
Attach the file to your support ticket or email.
Include:
A brief description of the issue
The time the issue occurred
Steps taken to reproduce the issue
Any screenshots that may help illustrate the problem
Providing this information alongside the HAR file helps our support team investigate and resolve your issue more quickly.