Creating a HAR file

What is a HAR file

The HAR file is a file format used by several HTTP session tools to export the captured data. This format is basically a JSON object with a particular field distribution. You can find more information here.

How to record a HAR file

Google Chrome

  1. Right-click anywhere on the page, and then choose Inspect Element.

  2. Select the Network tab. 

  3. Check if there is a little round red button on the top left of the Network tab. If there is, that means that the HAR file is already being recorded. If not, the icon should be grey. Click it. It should turn red, meaning you are now recording the HAR file.

  4. Refresh the page and navigate as you usually do. This is the step where you’ll be reproducing the problem you are having, so it gets recorded in the HAR file.
    Note: Do not open a new tab, as you are only recording the tab where you opened the Network tab.

  5. Once you completed all the steps and reproduced the error, right-click inside the panel.

  6. Click on Save all as HAR with Content.

  7. A Save As dialog will open. Save the HAR file to your computer.

And you’re done. Now you can get that file and attach it to the support ticket.

Other supported browsers

If you are using a different browser like Firefox or Edge, you can follow this guide on recording a HAR file.

© 2020 ikuTeam. All Rights Reserved.