Skip to content

Commit 55fcae2

Browse files
committed
Add KB article for how to generate .HAR file
1 parent edd7565 commit 55fcae2

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
date: 2025-11-11
3+
title: How to Generate a HAR file for support
4+
tags: ['Tools and Utilities']
5+
keywords: ['HAR file', 'HTTP Archive']
6+
description: 'A HAR (HTTP Archive) file captures the network activity in your browser. It can help our support team diagnose slow page loads, failed requests, or other network issues.'
7+
---
8+
9+
{frontMatter.description}
10+
{/* truncate */}
11+
12+
## From Google Chrome {#from-google-chrome}
13+
14+
1. Open Developer Tools by pressing <kbd>F12</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>I</kbd> (Windows/Linux) / <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>I</kbd> (Mac).
15+
2. Click the "Network" tab.
16+
3. Reload the page and reproduce the issue.
17+
4. From Developer Tools, click the download button.
18+
19+
## From Mozilla Firefox {#from-mozilla-firefox}
20+
21+
1. Open Developer Tools by pressing <kbd>F12</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>E</kbd> (Windows/Linux) / <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>E</kbd> (Mac).
22+
2. Click the "Network" tab.
23+
3. Reload the page and reproduce the issue.
24+
4. From Developer Tools, right-click in the request list and select "Save All As HAR".
25+
26+
## From Microsoft Edge {#from-microsoft-edge}
27+
28+
1. Open Developer Tools by pressing <kbd>F12</kbd> or <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>I</kbd> (Windows/Linux) / <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>I</kbd> (Mac).
29+
2. Click the "Network" tab.
30+
3. Reload the page and reproduce the issue.
31+
4. From Developer Tools, right-click in the network list and choose "Save all as HAR with content".
32+
33+
## From Safari {#from-safari}
34+
35+
1. Enable Developer Tools (if not already enabled):
36+
- Go to Safari > Settings > Advanced.
37+
- Check "Show Develop menu in menu bar" at the bottom.
38+
2. Click Develop > Show Web Inspector.
39+
3. Click the "Network" tab.
40+
4. Reload the page and reproduce the issue.
41+
5. From Developer Tools, click the "Export" button.
42+
43+
## Sending the .HAR file {#sending-har-file}
44+
45+
1. Rename the file to something short and descriptive (e.g., login-issue.har).
46+
2. Compress the file (optional but recommended).
47+
3. Attach it to your support case or email it to your assigned support contact.
48+
49+
:::note
50+
HAR files may contain session cookies or other sensitive data.
51+
Only share them with authorized support personnel.
52+
:::

0 commit comments

Comments
 (0)