You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update gathering-information-for-troubleshooting-sites.mdx
Updating instructions to be sure users use a Private Window to get better results (no cookies, plugins, etc)
* Fixed typo
---------
Co-authored-by: Denise Peña <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ customers due to security and liability concerns.
18
18
19
19
## Generate a HAR file
20
20
21
-
A HTTP Archive (HAR) records all web browser requests including the request and response headers, the body content, and the page load time.
21
+
A HTTP Archive (HAR) records all web browser requests including the request and response headers, the body content, and the page load time. Be sure to use Incognito Mode or a Private Browsing window.
22
22
23
23
:::caution
24
24
@@ -33,7 +33,7 @@ Some browsers either require a browser extension or cannot generate a HAR. When
33
33
34
34
### In Chrome
35
35
36
-
1. In a browser page, right-click anywhere and select **Inspect Element**.
36
+
1. In a browser page viewed in Incognito Mode, right-click anywhere and select **Inspect Element**.
37
37
38
38
2. The developer tools either appear at the bottom or left side of the browser. Click the **Network** tab.
39
39
@@ -53,23 +53,23 @@ Some browsers either require a browser extension or cannot generate a HAR. When
53
53
54
54
### In Firefox
55
55
56
-
1.From the application menu, select **Tools** > **Web Developer** > **Network** or press *Ctrl+Shift+I* (Windows/Linux) or *Cmd+Option+I* (OS X).
56
+
1.While using a Private Window, use the application menu and select **Tools** > **Web Developer** > **Network** or press *Ctrl+Shift+I* (Windows/Linux) or *Cmd+Option+I* (OS X).
57
57
58
58
2. Browse to the URL that causes issues.
59
59
60
60
3. After duplicating the issue, right-click and choose **Save All As HAR**.
61
61
62
62
### In Microsoft Edge
63
63
64
-
1.Navigate to **Developer tools** (use *F12* as a shortcut) and select the **Network** tab.
64
+
1.In a Private window, navigate to **Developer tools** (use *F12* as a shortcut) and select the **Network** tab.
65
65
66
66
2. Browse to the URL that causes issues.
67
67
68
68
3. After duplicating the issue, click on **Export as HAR** followed by **Save As...**.
69
69
70
70
### In Safari
71
71
72
-
1. In Safari, ensure a **Develop** menu appears at the top of the browser window. Otherwise, go to **Safari** > **Preferences** > **Advanced** and select **Show Develop Menu in menu bar**
72
+
1. In Safari, ensure a **Develop** menu appears at the top of a Private Window in the browser window. Otherwise, go to **Safari** > **Preferences** > **Advanced** and select **Show Develop Menu in menu bar**
73
73
74
74
2. Navigate to **Develop** > **Show Web Inspector**.
0 commit comments