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
* Resource-specific or path-specific limits (ex: limit per API route)
21
16
* Any combination of the above
22
17
23
-
The Rate Limiting API is backed by the same infrastructure that serves the [Rate limiting rules](/waf/rate-limiting-rules/) that are built into the [Cloudflare Web Application Firewall (WAF)](/waf/).
24
-
25
-
:::caution[The Rate Limiting API is in open beta]
26
-
27
-
28
-
* You must use version 3.45.0 or later of the [Wrangler CLI](/workers/wrangler)
29
-
30
-
We want your feedback. Tell us what you'd like to see in the [#workers-discussions](https://discord.com/channels/595317990191398933/779390076219686943) or [#workers-help](https://discord.com/channels/595317990191398933/1052656806058528849) channels of the [Cloudflare Developers Discord](https://discord.cloudflare.com/). You can find the an archive of the previous discussion in [#rate-limiting-beta](https://discord.com/channels/595317990191398933/1225429769219211436)
31
-
18
+
The Rate Limiting API is backed by the same infrastructure that serves [rate limiting rules](/waf/rate-limiting-rules/).
32
19
20
+
:::note
21
+
You must use version 3.45.0 or later of the [Wrangler CLI](/workers/wrangler).
33
22
:::
34
23
35
24
## Get started
@@ -41,7 +30,6 @@ First, add a [binding](/workers/runtime-apis/bindings) to your Worker that gives
0 commit comments