When working with Noones support, we may sometimes ask you to collect a HAR capture, which can be used for troubleshooting.
HTTP Archive (HAR) is a format used to track information between web browsers and websites.
HAR files represent recording of browser activity and possibly contain sensitive data, including the content of the pages visited, headers, cookies and other data.
Generate a HAR file in Chrome
-
Open Chrome and go to the page to be recorded.
-
Click the more actions menu (...) to the right of the toolbar and select More tools > Developer tools.
-
Select the Network tab.
-
Ensure that Chrome is recording by clicking the gray record button. A red button indicates that a recording is already in progress.
-
Select Preserve Logs.
-
Clear any existing logs by clicking Clear (🚫)
-
Go to the page where the issue occurred and reproduce the issue.
-
Right-click anywhere in the list of network requests and select Save all as HAR with content.
-
Save the file.
Generate a HAR file in Firefox
-
Open Firefox and go to the page to be recorded.
-
Click the more menu() and then Web Developer > Network.
-
In the developer tools docked tab select Network.
-
Go to the page where the issue occurred and reproduce the issue. The page automatically starts recording as you navigate.
-
Right-click anywhere in the File column and select Save All as HAR.
-
Save the file.
Generate a HAR in Safari
If you don’t see the Develop menu in the menu bar.
-
Select Safari > Preferences.
-
Click Advanced.
-
Select Show Develop menu in menu bar.
-
Open Firefox and go to the page to record.
-
From the Develop menu select Show Web Inspector.
-
Select the Network tab.
-
Select Preserve Logs.
-
Go to the page where issue occurred and reproduce the issue.
-
Click Export and save the HAR file.
-
Save the file.