MvcThrottle Versions Save

ASP.NET MVC Throttling filter

v2.1.0

7 years ago

Change log

  • User-Agent rate limiting and white-listing implemented
  • User-Agent rate limiting usage docs
  • renamed DisableThrottingAttribute to DisableThrottlingAttribute _Breaking change_

v2.0.0

7 years ago

Change log

  • Handle X-Forward-For when a proxy is being used
  • Exclude port number and private IPs when parsing X-Forwarded-For
  • NGNIX X-Forward-For custom parser
  • Build and deploy with AppVeyor

v1.0.0

10 years ago

MvcThrottle package is available on NuGet at https://www.nuget.org/packages/MvcThrottle/

To install ASP.NET MVC Throttling Filter, run the following command in the Package Manager Console

PM> Install-Package MvcThrottle