<a id="ccloud-har-file"></a>

# Generate a HAR file for Troubleshooting on Confluent Cloud

To help with debugging issues on Confluent Cloud, you can generate an HTTP Archive
(HAR) file by using the developer tools in your browser.

The HAR file provides information about the network requests that are generated
in your browser while you interact with Confluent Cloud Console.

#### IMPORTANT
A HAR file includes data such as the content of your cookies and the pages
that you downloaded while making the recording. Anyone with access to the
HAR file can view the data submitted while recording, which may include
personal information or other sensitive data. Ensure that you secure your
HAR files accordingly.

The following sections show how to generate a HAR file in popular browsers.

- [Google Chrome and Microsoft Edge](#ccloud-har-file-chrome)
- [Mozilla Firefox](#ccloud-har-file-firefox)
- [Apple Safari](#ccloud-har-file-safari)

<a id="ccloud-har-file-chrome"></a>

## Google Chrome and Microsoft Edge

1. Open Chrome or Edge and log in to Confluent Cloud Console at
   [https://confluent.cloud/login](https://confluent.cloud/login).
2. Navigate to the page where you are experiencing an issue.
3. In the browser toolbar, click **⋮** or **⋯** and navigate to
   **More Tools > Developer Tools**.
4. In the Developer Tools panel, click **Network**. You must keep the Network
   panel open while you reproduce the issue.
5. Ensure that the record button is red (![chrome-stop-recording](images/_release-notes/chrome-stop-recording-network-log-button.png)), and the
   network log is being recorded. If the button is gray, click it to start
   recording.
6. Click **Preserve log**.
7. Click the **Clear network log** button (![chrome-clear-log](images/_release-notes/chrome-clear-network-log-button.png)) to remove any
   existing logs from the Network tab.
8. In the Confluent Cloud Console, navigate to the page where the issue is occurring.
   Reproduce the issue while the network requests are recorded.
9. After you have reproduced the issue, click the **Export HAR** button
   (![chrome-export-har](images/_release-notes/chrome-export-har-button.png)) to save the file to your computer.

<a id="ccloud-har-file-firefox"></a>

## Mozilla Firefox

1. Open Firefox and log in to Confluent Cloud Console at
   [https://confluent.cloud/login](https://confluent.cloud/login).
2. Click the **Application menu** (![firefox-app-menu](images/_release-notes/firefox-app-menu.png)) and navigate to
   **More tools > Web developer tools**.
3. Click **Network**.
4. In the Confluent Cloud Console, navigate to the page where the issue is occurring.
   Reproduce the issue while the network requests are recorded.
5. After you have reproduced the issue, click **Network Settings** and
   select **Save All as HAR** to save the file to your computer.

<a id="ccloud-har-file-safari"></a>

## Apple Safari

1. Open Safari and log in to Confluent Cloud Console at
   [https://confluent.cloud/login](https://confluent.cloud/login).
2. Click the Develop menu. If you don’t see the Develop menu, follow the
   instructions in this article from the Safari User Guide:
   [Use the developer tools in the Develop menu in Safari on Mac](https://support.apple.com/en-ie/guide/safari/sfri20948/mac).
3. Select **Show Web Inspector**.
4. Click the **Network** tab. You must keep it open while you reproduce the
   issue.
5. In the Confluent Cloud Console, navigate to the page where the issue is occurring.
   Reproduce the issue while the network requests are recorded.
6. After you have reproduced the issue, click **Export** to save the file to
   your computer.

#### NOTE
This website includes content developed at the [Apache Software Foundation](https://www.apache.org/)
under the terms of the [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0.html).
