HTTP Archive (HAR) is a standardized format used to capture interactions between web browsers and websites. HAR files are valuable for diagnosing errors encountered by users or administrators. Below are instructions for generating HAR files using popular web browsers: Chrome, Firefox, Safari, and Edge.
Note: A HAR file contains various data, including cookies and downloaded pages recorded during the session. This data may include personal or sensitive information. It's important to handle HAR files securely since anyone with access can view this data. Consider using a HAR sanitizer to remove sensitive information before sharing the file.
Review our supported browsers to ensure a seamless experience.
Generating a HAR file in Chrome:
- Close all incognito tabs and windows.
- Open a new incognito window.
- Click the menu icon (...) on the right of the toolbar and choose More tools > Developer Tools.
- Select the Network tab.
- Ensure recording is enabled; a red button indicates it's recording. If not, click "Record network log."
- Select "Preserve Log."
- Clear existing logs by clicking "Clear network log."
- Navigate to the page where the issue occurs and replicate the problem.
- Click the down arrow icon next to "Export HAR" to save the file.
Generating a HAR file in Firefox:
- Close all private tabs and windows.
- Open a new private window.
- Visit the page where you want to record activity.
- Click the menu icon () and choose More tools > Web Developer Tools.
- In the developer tools, select the Network tab.
- Begin recording activity; it starts automatically as you browse.
- Click "Pause/Resume recording network log" when finished.
- Right-click in the File column and choose "Save All as HAR" to save the file.
Generating a HAR file in Safari:
- If the Develop menu isn’t visible, go to Safari > Preferences.
- Click on the Advanced tab.
- Check "Show Develop menu in menu bar."
- Close all private tabs and windows.
- Open a new private window.
- From the Develop menu, choose "Show Web Inspector."
- Select the Network tab in the Web Inspector.
- Navigate to the page where the issue occurs.
- Click "Export" to save the file.
Generating a HAR file in Edge:
- Launch Edge.
- Close all InPrivate windows.
- Press Ctrl + Shift + N to open a new InPrivate window.
- Click the menu icon (...) and select More tools > Developer tools.
- Go to the Network tab.
- Start recording activity by clicking "Record network log" if not already recording.
- Navigate through the steps that cause the issue.
- Click "Stop recording network log" when done.
- Click the down arrow icon next to "Export HAR" or press Ctrl + S to save the file.
These steps will help capture the necessary data to diagnose and troubleshoot issues encountered while browsing using various browsers.
Before you send a HAR file, it's essential to follow these steps to ensure smooth delivery:
- Rename the HAR file: By default, HAR files use the page URL as their name. However, filenames with ".com" extensions might trigger spam or phishing filters. Rename the HAR file to something descriptive that excludes the full URL.
- Compress the HAR file: HAR files can be large and uncompressed files may exceed attachment limits. To avoid issues, compress the HAR file into a ZIP or another compressed format.
Following these steps ensures that your HAR file is safely prepared for submission without encountering attachment size restrictions or triggering security filters.