You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So matched rulesets can be blocked per client as opposed to across the board.
This may or may not be needed - but it needs to be thought through, in case you want to ratelimit each IP separately to access a particular endpoint only x number of times every y seconds.
You could also use custom query params for this, but this would make it simpler to implement whilst adding more complexity to the YAML file.
The text was updated successfully, but these errors were encountered:
meezaan
changed the title
Add byclient ratelimit clause
[feature] Add byclient ratelimit clause
Mar 23, 2019
So matched rulesets can be blocked per client as opposed to across the board.
This may or may not be needed - but it needs to be thought through, in case you want to ratelimit each IP separately to access a particular endpoint only x number of times every y seconds.
You could also use custom query params for this, but this would make it simpler to implement whilst adding more complexity to the YAML file.
The text was updated successfully, but these errors were encountered: