Rate limit not working
I have a free cloudflare account and i am trying to use rate limit , even though if i implement for it my website , bots or python script are still able to access my website and rate limit isn’t triggering/working
How to fix this situation?
6 Replies
What rate limit did you set up/matching?
So i kept the rate limiting as
Requests (required) 3
Period (required) 10 seconds
Then take action…
Choose action
Block
For duration 10 seconds
I refreshed the page multiple times but I wasn’t blocked
what do you have under the if incoming requests match section, and is the hostname you are testing against proxied?
I keep value as /*
Uri path
Operator equals
Wildcards don't work with equals
If you want to match everything, you can click "Edit Expression" and type "true" for your expression
Great thank you so much