Sometimes the Support team may ask for a HAR file to help troubleshoot an issue. This file contains information about your session and any errors that may be occurring.
You can obtain a HAR file directly from your browsers Developer Tools. Different browsers require slightly different steps to generate it.
Chrome
Right-click anywhere on the web-page you want to record
Choose Inspect from the menu. You can also use the keyboard shortcut CTRL+Shift+I/⌘+⌥+I.
In the Developer Tools panel, switch to the Network tab
Make sure the Preserve log checkbox is enabled to keep the recording active across multiple page loads. If it's grey, click it to begin recording. A red circle at the top left of the Network tab indicates that recording is in progress.
With the Network tab open, refresh the page or perform the actions that are causing the issue you want to troubleshoot.
Once you've captured the necessary activity, click the Download button, name the file, and save.
Email the file to [email protected]
Safari
Before you begin, you may need to enable the Develop menu.
Go to Safari → Preferences → Advanced
Check the box labelled Show Develop menu in menu bar
When the Develop menu is enabled:
Right-click on the page and select Inspect Element; or go to Develop > Show Web Inspector from the menu bar; or use the shortcut ⌘+⌥+I.
In the Web Inspector window, switch to the Network tab
On the far right of the Network tab's toolbar, check the box labelled Preserve Log
Refresh the page or replicate the issue you are experiencing.
Click Export to create a HAR file — if Export is disabled, refresh the page to enable it
Name it and and save it
Email the file to [email protected]
Edge
Right-click on the page and select Inspect or press CTRL+Shift+I/⌘+⌥+I.
Switch to the Network tab
Ensure Preserve log is enabled.
Refresh the page or perform the actions you need to capture.
Once you've captured the necessary activity, click the Download button and give your HAR file a name.
Email the file to [email protected]
Firefox
Right-click on the page and choose Inspect or use the shortcut CTRL+Shift+I or ⌘+⌥+I.
Switch to the Network tab
Click the gear button on the far right of the Network tab's toolbar to open the settings
Ensure Persist Logs is enabled; if it isn't, enable it
Refresh the web page or repeat the steps that trigger the problem you're investigating
Right-click on any of the recorded requests and choose Save All As HAR
Email the file to [email protected]
