Skip to content

Commit e8b1fbd

Browse files
authored
Renamed rate limiting headers (cloudflare#25221)
1 parent 8d9a898 commit e8b1fbd

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/fundamentals/api/reference

1 file changed

+3
-3
lines changed

src/content/docs/fundamentals/api/reference/limits.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { Render } from "~/components";
1313

1414
The following headers are returned when calling REST APIs:
1515

16-
- `x-ratelimit-limit`: The total number of requests a caller can make.
17-
- `x-ratelimit-remaining`: The number of remaining requests before the rate limit takes effect.
16+
- `ratelimit-limit`: The total number of requests a caller can make.
17+
- `ratelimit-remaining`: The number of remaining requests before the rate limit takes effect.
1818
- `retry-after`: The number of seconds, rounded up, until more capacity is available.
19-
- `x-ratelimit-reset`: The `RFC 1123` formatted date when more capacity is available.
19+
- `ratelimit-reset`: The `RFC 1123` formatted date when more capacity is available.
2020

2121
Cloudflare's SDKs will also automatically work with the headers and back off in response to rate limits.

0 commit comments

Comments
 (0)