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/http-status-codes/4xx-client-error/index.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ source: null
10
10
- The origin server should include an explanation, which should be displayed by the User-Agent, except in the case of a `HEAD` request.
11
11
-[Custom rules](/waf/custom-rules/) can return any response code in the range of `400–499` on your HTML page if the site owner has created a rule with the _Block_ action and configured a custom response code. For more details, refer to [custom response](/waf/custom-rules/create-dashboard/#configure-a-custom-response-for-blocked-requests).
12
12
13
+
## Log Explorer
14
+
15
+
[Log Explorer](/log-explorer/) provides access to Cloudflare logs with all the context available within the Cloudflare platform.
16
+
You can monitor security and performance issues with custom dashboards or investigate and troubleshoot issues with log search.
17
+
Log explorer [allows to build queries](/log-explorer/log-search/) filtering for specific Ray ID, which can be useful to investigate HTTP Errors.
18
+
13
19
## 400 Bad Request
14
20
15
21
For a complete description of this error refer to the [Error 400](/support/troubleshooting/http-status-codes/4xx-client-error/error-400/) page.
@@ -94,4 +100,4 @@ For a complete description of this error refer to the [Error 451](/support/troub
94
100
95
101
## 499 Client Close Request
96
102
97
-
For a complete description of this error refer to the [Error 499](/support/troubleshooting/http-status-codes/4xx-client-error/error-499/) page.
103
+
For a complete description of this error refer to the [Error 499](/support/troubleshooting/http-status-codes/4xx-client-error/error-499/) page.
0 commit comments