Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Ensure HTTP keep-alive connections are enabled on your origin. Cloudflare reuses

## Request limits

URLs have a limit of 16 KB. Request headers have a total limit of 32 KB, but each header is limited to 16 KB.
URLs have a limit of 16 KB. Request headers have a total limit of 128 KB, and each header is limited to 128 KB.

## Response limits

Response headers observe a total limit of 32 KB, but each header is limited to 16 KB.
Response headers observe a total limit of 128 KB, and each header is limited to 128 KB.

## Cache limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This error is often triggered by:

- Origin server crashes or misconfigurations.
- Firewalls or security plugins blocking [Cloudflare IPs](https://www.cloudflare.com/ips) at your origin.
- Headers exceeding 16 KB (often due to excessive cookies).
- Headers exceeding 128 KB (often due to excessive cookies).
- Empty or malformed responses lacking an HTTP status code or response body.
- 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).
- Incorrect HTTP/2 configuration at the origin server.
Expand Down