Rate limiting with multiple criteria & throttling

Feedback

How can I achieve the following Rate limit ?

1 Rate limiting Rule for (10 requests per 1 sec) AND (30 requests per 2 minute) AND (1000 requests per 3 hour), all together in 1 rule.

Limit bandwidth to 1 mbps under certain conditions ?

Basically usage/timing based criteria in 1 rate limit rule, how to achieve that ?

Instead of blocking action, can we throttle the requests with some delay or custom page ?

Hi there,

You need to select a single rate in each rule, so you would have to create 3 rules, but not with those counting periods. Here are the available counting periods and timeout periods available for each plan:

And yes, you can throttle down the requests, depending on your current plan. Only ENT plan customers can throttle requests over a maximum configured rate:

Take care.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.