MvcThrottleImproved 2.1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcThrottleImproved --version 2.1.4.2
NuGet\Install-Package MvcThrottleImproved -Version 2.1.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvcThrottleImproved" Version="2.1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcThrottleImproved --version 2.1.4.2
#r "nuget: MvcThrottleImproved, 2.1.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvcThrottleImproved as a Cake Addin
#addin nuget:?package=MvcThrottleImproved&version=2.1.4.2

// Install MvcThrottleImproved as a Cake Tool
#tool nuget:?package=MvcThrottleImproved&version=2.1.4.2

MvcThrottleImproved is a enhanced version of the old MvcThrottle with some new features. It's 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.4.6 437 10/6/2021
2.1.4.5 290 10/6/2021
2.1.4.4 320 10/6/2021
2.1.4.3 341 10/6/2021
2.1.4.2 350 10/6/2021
2.1.4.1 310 10/6/2021
2.1.4 365 10/6/2021

Added possibility to have a customized suspension time in seconds