Purpose of HAR Files
A HAR (HTTP Archive) file logs a browser's interaction with a site. HAR files are useful for troubleshooting issues like:
Performance Problems: Slow page load or timeouts.
Page Rendering Issues: Incorrect formatting or missing information.
These logs provide insight for first-line troubleshooting, allowing support teams to diagnose and resolve issues more efficiently.
See how HAR files are generated depending on your browser variant.
Solution
1. Google Chrome
Open Google Chrome and go to the page where the issue is occurring.
Right-click anywhere on the page and select Inspect or press F12 to open DevTools.
Navigate to the Network tab in DevTools.
Make sure the Preserve log checkbox is selected.
Click the Record button (red circle) if it’s not already active.
Reload the page to capture the activity.
After reproducing the issue, right-click anywhere in the Network panel, select Save all as HAR with content, and save the file.
2. Mozilla Firefox
Open Firefox and go to the page where the issue is occurring.
Right-click anywhere on the page and select Inspect or press F12 to open Developer Tools.
Click on the Network tab.
Make sure the Persist logs checkbox is selected to retain the logs.
Reload the page to capture all the activity.
Once you have reproduced the issue, click the Save button (a floppy disk icon) to export the HAR file.
3. Microsoft Edge
Launch Microsoft Edge and go to the page where you are experiencing the issue.
Right-click and choose Inspect or press F12 to open Developer Tools.
Switch to the Network tab.
Ensure that the Preserve log option is checked.
Click the red record button (if not already active) and reload the page to start capturing data.
Once the problem has occurred, right-click within the Network tab, then select Save as HAR with content.
4. Safari
Open Safari and go to Preferences.
Navigate to the Advanced tab and check the box for Show Develop menu in menu bar.
Load the page where the issue occurs.
In the menu bar, click on Develop and then Show Web Inspector.
Go to the Network tab.
Reload the page to start recording the network activity.
After reproducing the issue, click on the Export icon (looks like a floppy disk) to save the HAR file.
5. Internet Explorer
Open Internet Explorer and go to the page experiencing the issue.
Press F12 to open the Developer Tools.
Go to the Network tab and click on Start capturing.
Refresh the page to capture all network activity.
After reproducing the issue, click on Save (floppy disk icon) to export the HAR file.
For any questions or feature requests contact us via Customer Portal