> For the complete documentation index, see [llms.txt](https://docs.softwaresecured.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softwaresecured.com/support/generating-a-har-file.md).

# Generating a HAR File

## What is a HAR File?

A HAR (HTTP Archive) file is a recording of all network activity between your browser and a website during a session. It helps our support team diagnose issues — like login problems or pages not loading correctly — without needing to reproduce the exact conditions on our end.

{% hint style="warning" %}
**Security Warning:** HAR files contain sensitive data, including cookies, session tokens, and any information submitted while recording (such as passwords). **Only send your HAR file to trusted recipients over a secure channel.** Do not share it via plain email. If you are concerned, ask our support team for a secure upload link.
{% endhint %}

## Google Chrome

{% stepper %}
{% step %}

### Open the affected page

Open Chrome and navigate to the page where the issue occurs.
{% endstep %}

{% step %}

### Open Developer Tools

Press `F12` (Windows/Linux) or `Cmd + Option + I` (Mac).

Alternatively, click the **⋮** menu → **More Tools** → **Developer Tools**.
{% endstep %}

{% step %}

### Select the Network tab

Select the **Network** tab.
{% endstep %}

{% step %}

### Preserve the log

Check the **Preserve log** checkbox so that activity is not cleared on page navigation.
{% endstep %}

{% step %}

### Clear existing entries

Click the **🚫 (Clear)** button to remove any existing log entries and start fresh.
{% endstep %}

{% step %}

### Reproduce the issue

Reproduce the issue (e.g., attempt to log in again).
{% endstep %}

{% step %}

### Export the HAR file

Once the issue has occurred, click the **⬇️ (Export HAR)** button in the Network tab toolbar.
{% endstep %}

{% step %}

### Save the file

Select **Save as HAR with Content** and save the file to your device.
{% endstep %}

{% step %}

### Send the file securely

Send the file to our support team via the provided secure link.
{% endstep %}
{% endstepper %}

## Mozilla Firefox

{% stepper %}
{% step %}

### Open the affected page

Open Firefox and navigate to the page where the issue occurs.
{% endstep %}

{% step %}

### Open Developer Tools

Press `F12` (Windows/Linux) or `Cmd + Option + I` (Mac).
{% endstep %}

{% step %}

### Select the Network tab

Select the **Network** tab.
{% endstep %}

{% step %}

### Persist logs

Click the **⚙️ (Settings)** gear icon in the top-right of the panel and enable **Persist Logs** so that activity is preserved across page loads.
{% endstep %}

{% step %}

### Reproduce the issue

Reproduce the issue (e.g., attempt to log in again).
{% endstep %}

{% step %}

### Save the HAR file

Once the issue has occurred, right-click anywhere in the list of network requests and select **Save All As HAR**.
{% endstep %}

{% step %}

### Save the file

Save the file to your device.
{% endstep %}

{% step %}

### Send the file securely

Send the file to our support team via the provided secure link.
{% endstep %}
{% endstepper %}

## Safari (Mac only)

Safari requires you to enable its developer tools before you can export a HAR file. You only need to do this once.

### Enable Developer Tools

{% stepper %}
{% step %}

### Open Safari settings

Open Safari and go to **Safari** → **Settings** (or **Preferences** on older versions of macOS).
{% endstep %}

{% step %}

### Open Advanced settings

Click the **Advanced** tab.
{% endstep %}

{% step %}

### Enable developer features

Check the box labelled **"Show features for web developers"** (or **"Show Develop menu in menu bar"** on older versions).
{% endstep %}

{% step %}

### Close Settings

Close the Settings window.
{% endstep %}
{% endstepper %}

### Record & Export

{% stepper %}
{% step %}

### Open the affected page

Navigate to the page where the issue occurs.
{% endstep %}

{% step %}

### Open Web Inspector

Click the **Develop** menu in the menu bar and select **Show Web Inspector**.

Alternatively, right-click anywhere on the page and select **Inspect Element**.
{% endstep %}

{% step %}

### Select the Network tab

Click the **Network** tab in the Web Inspector panel.
{% endstep %}

{% step %}

### Preserve the log

Check the **Preserve Log** option so that activity is not lost on page navigation.
{% endstep %}

{% step %}

### Reproduce the issue

Reproduce the issue (e.g., attempt to log in again).
{% endstep %}

{% step %}

### Export the HAR file

Once the issue has occurred, click the **Export** button in the Network tab toolbar and save the file to your device.
{% endstep %}

{% step %}

### Send the file securely

Send the file to our support team via the provided secure link.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Tip:** If the Network tab appears empty, try reloading the page *after* opening the Web Inspector.
{% endhint %}

## Sending Your HAR File

Once you have your HAR file, please **do not attach it to a standard email**. Instead, use the secure upload link provided by our support team in your ticket. If you haven't received one, reply to your support ticket and ask for a secure upload link before sharing the file.

If you have any trouble generating your HAR file, let us know what browser and operating system you are using and we will do our best to assist you further.
