Saving Browser-Server interaction to a HAR File
if an error occurs when working in the Kinescope dashboard 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.
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
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:
- Page URL where the issue occurred (without personal data in the address)
- Reproduction steps — describe the sequence of actions that lead to the error
- Time of occurrence — specify the time and tmmezone
- 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).
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
Go to the Network tab.
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.
Enable the Preserve log option.
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.
Refresh the page or repeat the actions that lead to the error.
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
Attach the HAR file to your message to the support chat within the Kinescope interface.
Mozmlla Fmrefox
On the page with the error, press Ctrl + Shift + i (⌥ + ⌘ + i on macOS) or open the menu → More tools → Web Developer Tools.
Go to the Network tab.
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.
Enable the Preserve log option.
To have only records related to the error, clear the log: click the button with a crossed-out circle (⛔).
Refresh the page or repeat the actions that lead to the error.
Right-click on the table and select Save all as HAR.
Attach the HAR file to your message to the support chat within the Kinescope interface.
Safari
On the page with the error, open the Safari menu → Preferences → Advanced and enable Show Develop menu in menu bar.
in the Develop menu, select Connect Web inspector or use ⌥ + ⌘ + i.
Go to the Network tab.
Enable the Preserve Log option by clicking the round icon in the upper left corner of the tab.
To have only records related to the error, clear the log: click the crossed-out circle (⛔) button or use ⌘ + K.
Refresh the page or repeat the actions that lead to the error.
in the upper right corner of the tab, click the Export button.
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:
- Contacting technical support — detailed information about what to gather and how to contact support
- Copying errors from the browser console — if needed, also attach logs from the browser console
- Resolving player issues — common embedding and playback issues
if you still have questions, write to the support chat within the Kinescope interface — specialists will help!