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
Copy file name to clipboardExpand all lines: src/content/docs/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,31 @@ Some browsers either require a browser extension or cannot generate a HAR. When
51
51
52
52
6. Attach the HAR file to your support ticket.
53
53
54
+
### In Chrome versions 131+
55
+
56
+
Chrome versions 131+ do not have the options to **Save all as HAR with Content**.
57
+
58
+
When using Chrome version 131 and above please save a HAR file either by:
59
+
60
+
1. Browse to the URL that causes issues. Once the issue is experienced, right click on any of the items within the **Network** tab and select **Copy all as HAR (sanitized)**.
61
+
62
+
2. Save the copied data into a file with .har extension.
63
+
64
+
*or*
65
+
66
+
1. Browse to the URL that causes issues. Once the issue is experienced, clicko on the download icon next to the the setting icon.
67
+
68
+
Also note that Chrome version 131 will sanitize the HAR removing cookies and other personal data.
69
+
70
+
While usually it is not necessary for Cloudflare to have such data, it might be necessary sometimes to have such data to fully troubleshoot a specific error.
71
+
72
+
In this case before saving the HAR file press the F1 key, then check the option Allow to generate HAR with sensitive data.
73
+
74
+
1. Browse to the URL that causes issues. Once the issue is experienced, right click on any of the items within the **Network** tab and select **Copy all as HAR (with sensitive data)**.
75
+
76
+
2. Save the copied data into a file with .har extension.
77
+
78
+
54
79
### In Firefox
55
80
56
81
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).
0 commit comments