stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incremental Rate limiting

johnxy84 opened this issue · comments

Is it possible to implement an incremental ratelimiting such that if you've been ratelimited, the next requests are also reduced and so on till some limit. e.g
Rate Limit at 10 per day, after blocking next becomes 5 per day and afterwards and it resets after a specified time frame