ASP.NET MVC Rate Limiter NuGet Package

MvcThrottle filter is designed for controlling the rate of requests that clients can make to a website based on IP address, request route, user-agent and client identity.

You can set multiple limits for different scenarios like allowing an IP to make a maximum number of calls per second, per minute, per hour or per day. You can define these limits to address all requests made to your website or you can scope the limits to each Controller, Action or URL, with or without query string params.




Got any ASP.NET MVC Rate Limiter Question?





Info

Version: 2.1.3
Author(s): Stefan Prodan
Last Update: Sunday, March 12, 2017
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/stefanprodan/MvcThrottle
NuGet Url: https://www.nuget.org/packages/MvcThrottle


Install
Install-Package MvcThrottle
dotnet add package MvcThrottle
paket add MvcThrottle
MvcThrottle Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.6

avg-downloads-per-day

43

days-since-last-release

2574