Skip to content

Commit ae500b9

Browse files
Update src/content/changelog/fundamentals/2025-09-03-rate-limiting-improvement.mdx
Co-authored-by: Justin Hutchings <[email protected]>
1 parent b05b291 commit ae500b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/fundamentals/2025-09-03-rate-limiting-improvement.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2025-09-03
77
---
88
Cloudflare's API now supports rate limiting headers using the pattern developed by the [IETF draft on rate limiting](https://ietf-wg-httpapi.github.io/ratelimit-headers/draft-ietf-httpapi-ratelimit-headers.html). This allows API consumers to know how many more calls are left until the rate limit is reached, as well as how long you will need to wait until more capacity is available.
99

10-
Our SDKs will also be working with these new headers, responding with a back off when rate limits are being approached. There is nothing that needs to be enable on your end - these back offs will happen on their own.
10+
Our SDKs automatically work with these new headers, backing off when rate limits are approached. There is no action required for users of the latest Cloudflare SDKs to take advantage of this.
1111

1212
As always, if you need any help with rate limits, please contact Support.
1313

0 commit comments

Comments
 (0)