How to Create a HAR File
A HAR file is a format used for tracking information between a web browser and a website.
the file is generated using a web browser , Please use of the following instruction for the most commonly used browser:
Google Chrome:
Open Google Chrome and go to the page where the issue is occurring.
From the Chrome menu bar select More Tools > Developer Tools.
From the panel opened, select the Network tab.
Look for a round Record button in the upper left corner of the tab, and make sure it is red. If it is grey, click it once to start recording.
Check the box Preserve log.
Click the Clear button to clear out any existing logs from the Network tab.
Reproduce the issue that you were experiencing before, while the network requests are being recorded.
Once you have reproduced the issue, right-click anywhere on the grid of network requests, select Save as HAR with Content, and save the file to your computer.
Upload your HAR file to your ticket or attach it to your email so that our Support team can analyze it
Mozilla Firefox
Open Firefox and go to the page where you are experiencing trouble.
Select the Firefox menu (three horizontal parallel lines) at the top-right of your browser window, then select Web Developer > Network.
The Developer Network Tools opens as a docked panel at the side or bottom of Firefox. Click the Network tab.
The recording autostarts when you start performing actions in the browser.
Once you have reproduced the issue and you see that all of the actions have been generated in the Developer Network Panel (should just take a few seconds), right-click anywhere under the File column and click on Save all as Har.
Save the HAR file somewhere convenient.
Upload your HAR file to your ticket or attach it to your email so that we may analyze it.
Internet Explorer
Open Internet Explorer and go to the page where the issue is occurring.
Press F12 on your keyboard(or click the gear icon > F12 Developer Tools)
Click the Network tab.
The recording should automatically start and the Stop button should be red. If not, press the Green play button to begin recording.
Reproduce the issue that you were experiencing before, while the network requests are being recorded.
Once done click the Save button.
Give the trace a filename and click the Save button which will save it as a .har file.
Upload your HAR file to your ticket or attach it to your email so that we may analyze it.
Microsoft Edge
Open Edge and go to the page where the issue is occurring.
From the Edge menu bar select View > Developer > Developer Tools. Alternatively, you can press F12 on your keyboard.
From the panel opened, select the Network tab.
The recording should automatically start and the Stop button should be red. If not, press the Green play button to begin recording.
Reproduce the issue that you were experiencing before, while the network requests are being recorded.
Once done click the Save button.
Give the trace a filename and click the Save button which will save it as a .har file.
Upload your HAR file to your ticket or attach it to your email so that our Support team can analyze it.
Safari
Enable Developers Tools by going to Safari>Preferences>Advance and check Show Develop Menu in Menu Bar
Navigate to the page in question
Open the Development menu and select Show Web Inspector
Click the Network tab
Reproduce the issue that you were experiencing before, while the network requests are being recorded.
Click the Export icon on the far right of the Network tab and save the file as a HAR file
Upload your HAR file to your ticket or attach it to your email so that our Support team can analyze it.