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/cloudflare-5xx-errors/error-520.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This error is often triggered by:
14
14
15
15
- Origin server crashes or misconfigurations.
16
16
- Firewalls or security plugins blocking [Cloudflare IPs](https://www.cloudflare.com/ips) at your origin.
17
-
- Headers exceeding 16 KB (often due to excessive cookies).
17
+
- Headers exceeding 128 KB (often due to excessive cookies).
18
18
- Empty or malformed responses lacking an HTTP status code or response body.
19
19
- Missing response headers or origin web server not returning [proper HTTP error responses](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
20
20
- Incorrect HTTP/2 configuration at the origin server.
0 commit comments