stefanprodan / WebApiThrottle

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

White Listing all but those specified with EnableThrottlingAttribute? #115

Closed jgold-ta closed 6 years ago

jgold-ta commented 6 years ago

Is there a wild card Whitelisting, that can be overrode by EnableThrottlingAttribute? Or a way to set it into a mode where nothing is Throttled but those specified with EnableThrottlingAttribute?

jgold-ta commented 6 years ago

Never mind I mixed and matched wrong, I had used config.MessageHandlers.Add, not config.Filters.Add