Rate limiting with automatic WAF
Hi everyone,
I'm building a completely serverless application using cloudflare workers and want to prevent the bill to go high. I'm planning to implement rate limiting for the entire domain to a high value and whoever offends this should be blocked completely, is there any way to automatically add the IP of the user to WAF if they're rate limited?
2 Replies
I would love this feature as well. WAF is pretty limited and would be great to have a way to cache responses without getting billed
Not sure if this was already reported in "feature-suggestions" or not
Yeah, In the free plan if we exceed the plan workers stop working, if we have the same feature in paid plan it will help a lot.