Overview
When you encounter various browser-related issues (e.g., a website is inaccessible, timeout while reaching resources, some UI elements are not displayed, etc.), it is often helpful to record Network requests while reproducing the issue. This article explains how to use the HAR capture feature in Chrome, Firefox, IE, and Safari browsers to record these requests.
Process
Generating HAR File in Chrome
- Open Google Chrome and go to the page where the issue is occurring.
- From the Chrome settings menu, select More Tools > Developer Tools, or press F12.
- From the newly opened panel, select the Network tab.
- Make sure that the Record button is red ( ). If it is grey, click on it once to start recording.
- Check the Preserve log option.
- Click on the Clear button ( ) to remove any existing logs.
- Reproduce the issue that you were experiencing before.
- Once you have reproduced the issue, right-click on any network request, select Save all as HAR with content, and save the file to your computer.
- Upload the HAR file to your ticket or attach it to your email so that our Support team could analyze it.
Generating HAR File in Firefox
- Open Firefox and go to the page where the issue is occurring.
- From the Firefox menu (three horizontal lines), select Web Developer > Network.
- From the newly opened panel, select the Network tab.
Your actions in the browser are recorded automatically. - Reproduced the issue that you were experiencing before.
- Click on the HAR column header and select Save All As HAR.
- Save the HAR file on your computer.
- Upload the HAR file to your ticket or attach it to your email so that our Support team could analyze it.
Generating HAR File in Internet Explorer
- Open Internet Explorer and go to the page where the issue is occurring.
- Press F12 or click on the gear icon and select F12 Developer Tools.
- Click on the Network tab.
- Reproduce the issue that you were experiencing before.
- Once done, click on the Save button and enter a name for your HAR file.
- Upload the HAR file to your ticket or attach it to your email so that our Support team could analyze it.
Generating HAR File in Safari
Before generating the HAR file, make sure you can see the Develop menu in Safari. If it is not there, follow the instructions in the following article to enable the menu: Use the developer tools in the Develop menu in Safari on Mac.
- Open Safari and go to the page where the issue is occurring.
- Open the Develop menu and select Show Web Inspector.
- Click on the Network tab.
- Reproduce the issue that you were experiencing before.
- Click Export and save your HAR file.
- Upload the HAR file to your ticket or attach it to your email so that our Support team could analyze it.
Related Articles
Using psr.exe for Troubleshooting