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)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.1.0)
Tags
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.