Introduction
This document describes how to create a HAR file in various browsers to capture and share network activity for troubleshooting.
Overview
If you are expereincing strange UI behaviour in Umbrella, support can request that you record a HAR file. HAR files are an archival format for HTTP transactions that can be used by a web browser to export detailed performance data about web pages it loads. You can record a HAR file or a log of network requests while the issue is occurring and to provide to support for further analysis.
Warning: HAR files contain sensitive information, including page content and cookies. Anyone with access to a HAR file can impersonate your account and access all information submitted during the recording, such as personal details, passwords, or credit card numbers.
Create a HAR File in Chrome
- Open Chrome.
- Navigate toMenu > More Tools > Developer tools.
- In the Developer Tools window, select theNetworktab.
- Confirm that the record button is active and all types are displayed.
- If the issue involves multiple web pages or redirects, select thePreserve Logoption to prevent log clearing.
- Reproduce the browser behavior that requires capturing.
- ClickExport HARto download the HAR file.
- Save the file as HAR with Content to your computer.
- Assign a file name and select a destination.
- Send this file to support.
chrome_preserve_log.png
Create a HAR File in Edge or Internet Explorer
- Open Edge or Internet Explorer.
- Select the...menu and then chooseF12 Developer Tools.
- In the Developer Tools window, select theNetworktab.
- Confirm that the play button is grey, indicating that data is being captured.
- If the issue involves multiple web pages or redirects, deselectClear Entries on redirectto preserve the log.
- Reproduce the browser behavior that requires capturing.
- ClickExport as HARto save the file.
- Send this file to support.
Create a HAR File in Firefox
- Open Firefox.
- Navigate toMenu > Web Developer > Networkor useCtrl+Shift+E.
Fullscreen_2019-07-16__4_51_PM.png
- Reproduce the browser behavior that requires capturing.
- If the issue involves multiple web pages or redirects, select thePersist Logsoption to retain all entries.
- Right-click within the grid and chooseSave all as HAR.
Fullscreen_2019-07-16__4_55_PM.png
- Save the capture file.
- Send this file to support.
Create a HAR File in Safari
- Open Safari and navigate to the webpage in question.
- Enable the Develop menu:
- Go toSafari > Preferences > Advanced.
- SelectShow Develop menu in menu bar.
Screen_Shot_2022-04-13_at_8.18.10_AM.png
- SelectDevelop > Show Web Inspector.
- In the Web Inspector window, select theNetworktab.
Screen_Shot_2022-04-13_at_8.21.41_AM.png
- Select thePreserve logoption within the Network tab.
Screen_Shot_2022-04-13_at_8.23.45_AM.png
- Load or reproduce the page behavior you need to capture.
- ClickExportin the top right corner of the Network tab window.
Screen_Shot_2022-04-13_at_8.25.27_AM.png
- Save the HAR file.
- Send this file to support.