stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set throttle limit zero does not work

sajibcefalo opened this issue · comments

Hello,

Here is what I want to achieve:

  • Make an endpoint inaccessible from all other IPs except one particular IP.

  • The particular IP is white listed and the throttling limit per second is set to zero for that particular end point.

But, it appears throttling limit zero per second does not work. Is there any way we can achieve this?