Skip to content

Commit 26fcfad

Browse files
committed
PCX review
1 parent e3a72ee commit 26fcfad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Increased HTTP header size limit to 128KB
3-
description: Cloudflares CDN and Workers platform now support up to 128KB for request and response headers.
2+
title: Increased HTTP header size limit to 128 KB
3+
description: Cloudflare's CDN and Workers platform now support up to 128 KB for request and response headers
44
date: 2025-10-16
55
---
66

7-
## CDN now supports 128KB request and response headers 🚀
7+
## CDN now supports 128 KB request and response headers 🚀
88

9-
We're excited to announce a significant increase in the maximum header size supported by Cloudflare’s **Content Delivery Network (CDN)**. Cloudflare now supports up to **128KB** for both **request and response headers**.
9+
We're excited to announce a significant increase in the maximum header size supported by Cloudflare's Content Delivery Network (CDN). Cloudflare now supports up to **128 KB** for both **request and response headers**.
1010

11-
Previously, customers were limited to a total of **32KB** for request or response headers, with a maximum of **16KB** per individual header. Larger headers could cause requests to fail with **HTTP 413 (Request Header Fields Too Large)** errors.
11+
Previously, customers were limited to a total of 32 KB for request or response headers, with a maximum of 16 KB per individual header. Larger headers could cause requests to fail with `HTTP 413` (Request Header Fields Too Large) errors.
1212

1313
---
1414

1515
### What's new?
1616

17-
* **Support for Large Headers:** You can now utilize much larger headers, whether as a single large header up to 128KB or split over multiple headers.
18-
* **Reduces 413 and 520 HTTP Errors:** This change drastically reduces the likelihood of customers encountering `HTTP 413` errors from large request headers or `HTTP 520` errors caused by oversized response headers, improving the overall reliability of your web applications.
19-
* **Enhanced Functionality:** This is especially beneficial for applications that rely on:
20-
* A large number of **cookies**.
21-
* Large **Content-Security-Policy (CSP)** response headers.
22-
* Advanced use cases with **Cloudflare Workers** that generate large response headers.
17+
- **Support for large headers:** You can now utilize much larger headers, whether as a single large header up to 128 KB or split over multiple headers.
18+
- **Reduces `413` and `520` HTTP errors:** This change drastically reduces the likelihood of customers encountering `HTTP 413` errors from large request headers or `HTTP 520` errors caused by oversized response headers, improving the overall reliability of your web applications.
19+
- **Enhanced functionality:** This is especially beneficial for applications that rely on:
20+
- A large number of cookies.
21+
- Large Content-Security-Policy (CSP) response headers.
22+
- Advanced use cases with Cloudflare Workers that generate large response headers.
2323

24-
This enhancement improves compatibility with Cloudflares CDN, enabling more use cases that previously failed due to header size limits.
24+
This enhancement improves compatibility with Cloudflare's CDN, enabling more use cases that previously failed due to header size limits.
2525

2626
---
2727

28-
To learn more and get started, refer to the [Cloudflare CDN documentation](https://developers.cloudflare.com/fundamentals/reference/connection-limits/#request-limits).
28+
To learn more and get started, refer to the [Cloudflare Fundamentals documentation](/fundamentals/reference/connection-limits/#request-limits).

0 commit comments

Comments
 (0)