WAF | Rate Limiting Rule support needed

I'm just wondering exactly what I need to provide in the Value header.
No description
6 Replies
Chaika
Chaika15mo ago
The path you want it to match on. Free Rate Limiting is really limited, if you're on free plan for that site If you need help figuring out which part of the URL is the path:
Chaika
Chaika15mo ago
No description
Chaika
Chaika15mo ago
If you just want a global rate limit, you could click "Edit Expression" and type "true" and it'll match all requests to your site There are other operators too, like "starts with" for rate limiting all under /api/*
! TNM
! TNMOP15mo ago
@Chaika Godsend, thanks a bunch.
Chaika
Chaika15mo ago
Sure, no problem MeowHeartCloudflare Pro plan or higher gets a fair few more fields with rate limiting: https://developers.cloudflare.com/waf/rate-limiting-rules/ Hostname, Query Params being the most useful there, and more counting/mitigation periods
Rate limiting rules · Cloudflare Web Application Firewall (WAF) docs
Rate limiting rules allow you to define rate limits for requests matching an expression, and the action to perform when those rate limits are reached.
! TNM
! TNMOP15mo ago
catthumbsup the rule for 200 requests/10 sec

Did you find this page helpful?