How to capture web page diagnostics by creating a HAR file Print

  • 0

How to Capture Web Page Diagnostics by Creating a HAR File

Sometimes we need to diagnose errors you might be experiencing on your website that we cannot reproduce. One of the ways you can help us troubleshoot is by sending us a HAR file – a special recording of all requests associated with you loading a page and interacting with it.

Follow the steps below to create a HAR file for us. It assumes you are using Google Chrome. Other browsers will also support creating HAR files but the process will be slightly different.

1. Open Google Chrome in Incognito Mode

  • Open Google Chrome.

  • Click the three dots in the top right corner.

  • Choose New Incognito Window.

(Incognito mode makes sure your browser extensions and cache don’t interfere.)

2. Open the Developer Tools

  • In the Incognito window, go to the website page you want to diagnose — but don't click around yet.

  • Press F12 on your keyboard, or:

    • Click the three dots in Chrome again,

    • Go to More ToolsDeveloper Tools.

This will open a panel, usually docked on the side or bottom of your browser.

3. Switch to the 'Network' Tab

  • In the Developer Tools, click the Network tab.

  • Make sure the Preserve log checkbox is ticked (it’s near the top left of the panel).

  • Make sure the red Record button is active (it should be red — if not, click it).

4. Reload the Page

  • With the Network tab open and recording, refresh the page (press F5 or click the refresh button).

  • Wait for the page to fully load.

  • If you’re trying to capture a specific action (e.g., clicking a button that causes an error), perform that action now after the page loads.

5. Save the HAR File

  • After the page has loaded (and you’ve done any needed clicks), at the top of the Network tab, click the download icon (it's the last icon in the top panel where you previously ticked "Preserve log" and has a downwards arrow).

  • Save the file somewhere easy to find, like your Downloads folder.

6. Send Us the HAR File

Please attach the HAR file to your email reply when you contact our support team.

 


Was this answer helpful?

« Back