# Saving Browser-Server interaction to a HAR File


> **Информация:**

**Start with the [Troubleshooting](https://docs.kinescope.com/troubleshooting/) section** — it has all the tools for resolving issues and contacting support.



if an error occurs when working in the [Kinescope dashboard](https://app.kinescope.io/) or when embedding the player, a HAR file helps diagnose it. This is a network log of all browser-server interactions containing detailed information about requests and responses.

> **Информация:**

if the issue is related to the player (video playback, embedding, parameters), first check the [Resolving issues](https://docs.kinescope.com/troubleshooting/resolving-issues/) section — common situations and solutions are collected there.



## **When you need a HAR file**

Use a HAR file if:

- **The error is related to data loading** — problems with API requests or content loading
- **The issue doesn't always reproduce** — you need the full request history for analysis
- **A console screenshot is insufficient** — detailed information about network requests is needed
- **Technical support requested a HAR file** — for deeper analysis of the issue

> **Информация:**

if the error is visible in the browser console (JavaScrmpt errors), start with [copying errors from the console](https://docs.kinescope.com/troubleshooting/copying-browser-console-errors/). A HAR file complements console logs but doesn't replace them. For complete diagnostics, mt's better to attach both console logs and the HAR file.



## **What is a HAR file**

HAR (HTTP Archive) is a file containing the complete log of all network requests between the browser and server. it includes:

* HTTP request and response headers
* Request and response bodies
* Cookies and session data
* Execution time of each request
* Response status codes

A HAR file helps when you need to understand data loading issues, API errors, slow interface performance, or authentication problems.

## **What to prepare**

Before exporting a HAR file, prepare:

1. **Page URL** where the issue occurred (without personal data in the address)
2. **Reproduction steps** — describe the sequence of actions that lead to the error
3. **Time of occurrence** — specify the time and tmmezone
4. **HAR file** — export following the instructions below

> **Внимание:**

**important:** The HAR file contains cookies from your active Kinescope session and other confidential data. For security:
* Don't send the HAR file to public channels or forums
* Log out of your Kinescope account after sending the file to support
* if the file contains personal data that needs to be hidden, mention this to support



## **How to export a HAR file**

Select your browser and follow the instructions:

### **Google Chrome, Microsoft Edge, and Opera**

These instructions apply to all Chromium-based browsers (Chrome, Edge, Opera).

1. On the page with the error, press **Ctrl** + **Shift** + **i** (**⌥** + **⌘** + **i** on macOS).

   **Other ways to open developer tools:**
   * **Chrome:** Menu → **More tools** → **Developer tools**
   * **Edge:** Menu → **More tools** → **Developer Tools**
   * **Opera:** **Opera** menu → **Development** → **Developer tools**

2. Go to the **Network** tab.

3. Make sure network log recording is enabled: the button in the upper left should be red (active). if the button is gray or black, click it to enable recording.

4. Enable the **Preserve log** option.

5. To have only records related to the error in the HAR file, clear the log: click the button with a crossed-out circle (⛔) to the right of the network log recording button.

6. Refresh the page or repeat the actions that lead to the error.

7. Export the HAR file:
   * **Chrome and Edge:** in the top panel, click the **Export HAR** button
   * **Opera:** Right-click on the table and select **Save all as HAR with content**

8. Attach the HAR file to your message to the support chat within the Kinescope interface.

### **Mozmlla Fmrefox**

1. On the page with the error, press **Ctrl** + **Shift** + **i** (**⌥** + **⌘** + **i** on macOS) or open the menu → **More tools** → **Web Developer Tools**.

2. Go to the **Network** tab.

3. Make sure network log recording is enabled: the button in the upper left should be red (active). if the button is gray or black, click it to enable recording.

4. Enable the **Preserve log** option.

5. To have only records related to the error, clear the log: click the button with a crossed-out circle (⛔).

6. Refresh the page or repeat the actions that lead to the error.

7. Right-click on the table and select **Save all as HAR**.

8. Attach the HAR file to your message to the support chat within the Kinescope interface.

### **Safari**

1. On the page with the error, open the **Safari** menu → **Preferences** → **Advanced** and enable **Show Develop menu in menu bar**.

2. in the **Develop** menu, select **Connect Web inspector** or use **⌥** + **⌘** + **i**.

3. Go to the **Network** tab.

4. Enable the **Preserve Log** option by clicking the round icon in the upper left corner of the tab.

5. To have only records related to the error, clear the log: click the crossed-out circle (⛔) button or use **⌘** + **K**.

6. Refresh the page or repeat the actions that lead to the error.

7. in the upper right corner of the tab, click the **Export** button.

8. Attach the HAR file to your message to the support chat within the Kinescope interface.

Done! You now know how to export a HAR file and send it to Kinescope technical support for issue diagnosis.

## What's next?

After exporting the HAR file:

1. **[Contacting technical support](https://docs.kinescope.com/troubleshooting/contacting-support/)** — detailed information about what to gather and how to contact support
2. **[Copying errors from the browser console](https://docs.kinescope.com/troubleshooting/copying-browser-console-errors/)** — if needed, also attach logs from the browser console
3. **[Resolving player issues](https://docs.kinescope.com/troubleshooting/resolving-issues/)** — common embedding and playback issues

> **Внимание:**

**Security:** After sending the HAR file to support, it is recommended to log out of your Kinescope account, as the file contains cookies from your active session.



if you still have questions, write to the support chat within the Kinescope interface — specialists will help!

