stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting
MIT License
1.28k stars 275 forks source link

Block api requests for 5 mins if API rate limit exceeds in Web API #89

Open GorvGoyl opened 7 years ago

GorvGoyl commented 7 years ago

As mentioned on the Wiki page, I can rate limit the API based on the authorization token header of API call. But, how can I block the api call for the next 5 minutes if this api rate limit exceeds? Also, not that any request within next 5 minutes will reset the rate limiting exceeded time.

I checked the code but couldn't find this feature. Is there any way I can do this?