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?
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?