---
title: "Generating a HAR file"
slug: "document360-support-generating-a-har-file"
description: "HAR files are used by Document360 team for debugging and analyzing Document360 project's performance issues, as they provide a detailed record of the interactions between the browser and Document360."
updated: 2026-06-10T10:17:12Z
published: 2026-06-10T10:17:12Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.document360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Generating a HAR file

A **HAR** (HTTP Archive) file is a JSON formatted file that records a web browser's interaction with a web page. It includes details such as requests and responses between the browser and server, cookies, loading times, and other data related to the page's performance and rendering.

 NOTE

HAR files help the Document360 team debug and analyze performance issues. They provide a detailed record of the interactions between the browser and your Document360 project.

---

## Generating a HAR file

You can generate a HAR file using most modern web browsers. The steps are mostly similar across browsers, with minor differences in their user interfaces.

Jump to your browser:

1. [Google Chrome](/docs/document360-support-generating-a-har-file#google-chrome)
2. [Mozilla Firefox](/docs/document360-support-generating-a-har-file#mozilla-firefox)
3. [Microsoft Edge](/docs/document360-support-generating-a-har-file#microsoft-edge)
4. [Safari](/docs/document360-support-generating-a-har-file#safari)
5. [Opera](/docs/document360-support-generating-a-har-file#opera)

---

## Google Chrome

1. Open Google Chrome and go to the page where the issue is occurring.
2. Click the **three-dot menu**  in the top-right corner, then select **More tools > Developer tools**.
3. In the Developer Tools panel, select the **Network** tab.
4. Check the **Preserve log** checkbox to retain logs during navigation.
5. Check the **Disable cache** checkbox to prevent cached responses from affecting the log.
6. Ensure the **record button**  at the top-left of the Network tab is red. If it's gray, click it to begin recording.
7. If the issue occurs during page load or navigation, start recording before opening the relevant page in your Document360 project.
8. If the issue occurs after you've already reached the page, first navigate to that page, then click the **clear**  icon to remove any existing logs.
9. Reproduce the issue while the Network tab is recording.
10. After the issue is reproduced, click the **Export HAR**  button to download the file.
11. Choose a file name and save the HAR file to your computer.
12. Attach the HAR file to your support request.

 NOTE

Chrome exports a sanitized HAR file by default, but it's still a good idea to review the file before sharing it, especially if your project handles sensitive data.

---

## Mozilla Firefox

1. Open Mozilla Firefox and go to the page where the issue is occurring.
2. Click the **three horizontal lines** (☰) in the top-right corner, then select **More tools > Web Developer Tools**.
3. In the Developer Tools panel, select the **Network** tab.
4. Enable the **Persist Logs** option to retain logs during navigation. You can find this by clicking the **gear icon** (⚙️) in the Developer Tools panel.
5. Check the **Disable Cache** checkbox to prevent cached responses from affecting the log.
6. Ensure the **record button** at the top-left of the Network tab is active. If the icon shows **pause** , recording is already active. If it shows **play** , click it to start recording.
7. If the issue occurs during page load or navigation, start recording before opening the relevant page in your Document360 project.
8. If the issue occurs after you've already reached the page, first navigate to that page, then click the **clear**  icon to remove any existing logs.
9. Reproduce the issue while the Network tab is recording.
10. After the issue is reproduced, right-click anywhere within the list of network requests and select **Save All As HAR**.
11. Choose a file name and location to save the HAR file to your computer.
12. Attach the HAR file to your support request.

 NOTE

Firefox HAR files may include sensitive data such as cookies and page content. Review the file before sharing it, especially if your project handles confidential information.

---

## Microsoft Edge

1. Open Microsoft Edge and go to the page where the issue is occurring.
2. Click the **three-dot menu**  in the top-right corner, then select **More tools > Developer tools**.
3. In the Developer Tools panel, select the **Network** tab.
4. Check the **Preserve log** checkbox to retain logs during navigation.
5. Check the **Disable cache** checkbox to prevent cached responses from affecting the log.
6. Ensure the **record button**  at the top-left of the Network tab is red. If it's gray, click it to begin recording.
7. If the issue occurs during page load or navigation, start recording before opening the relevant page in your Document360 project.
8. If the issue occurs after you've already reached the page, first navigate to that page, then click the **clear**  icon to remove any existing logs.
9. Reproduce the issue while the Network tab is recording.
10. After the issue is reproduced, click the **Export HAR**  button to download the file.
11. Choose a file name and save the HAR file to your computer.
12. Attach the HAR file to your support request.

 NOTE

Edge exports a sanitized HAR file by default, but it's still a good idea to review the file before sharing it, especially if your project handles sensitive data.

---

## Safari

1. Open Safari and go to the page where the issue is occurring.
2. If the **Develop** menu is not visible in the Safari menu bar:
  - Click **Safari > Settings** (or **Preferences** on older macOS versions).
  - Go to the **Advanced** tab.
  - Enable the **Show features for web developers** checkbox.
3. Click **Develop > Show Web Inspector** in the Safari menu bar.
4. In the Web Inspector panel, select the **Network** tab.
5. Check the **Disable Caches** checkbox to prevent cached responses from affecting the log.
6. Click the **clear icon** in the top-left of the panel to remove any existing logs.
7. If the issue occurs during page load or navigation, perform those steps now. The Network tab automatically starts recording when it's open.
8. If the issue occurs after you've already reached the page, perform the steps to reproduce the issue while the Network tab is active.
9. After reproducing the issue, click the **Export**  option in the top-right of the Network tab.
10. Choose a file name and location to save the HAR file to your computer.
11. Attach the HAR file to your support request.

 NOTE

Safari HAR exports may include cookies, request headers, and session data. Review the file before sharing it if your project involves sensitive information.

---

## Opera

1. Open Opera and go to the page where the issue is occurring.
2. Click the **Opera menu** (red "O" icon) in the top-left corner, then select **Developer > Developer tools**.
3. In the Developer Tools panel, select the **Network** tab.
4. Check the **Preserve log** checkbox to retain logs during navigation.
5. Check the **Disable cache** checkbox to prevent cached responses from affecting the log.
6. Ensure the **record button**  at the top-left of the Network tab is red. If it's gray, click it to begin recording.
7. If the issue occurs during page load or navigation, start recording before opening the relevant page in your Document360 project.
8. If the issue occurs after you've already reached the page, first navigate to that page, then click the **clear**  icon to remove any existing logs.
9. Reproduce the issue while the Network tab is recording.
10. After the issue is reproduced, click the **Export HAR**  button to download the file.
11. Choose a file name and save the HAR file to your computer.
12. Attach the HAR file to your support request.

 NOTE

Opera exports a sanitized HAR file by default, but it's still a good idea to review the file before sharing it, especially if your project handles sensitive data.

---

 PRO TIP

You can use [Cloudflare's HAR Sanitizer](https://har-sanitizer.pages.dev/) to remove sensitive information before sharing your HAR file.
