Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Releases: stefanprodan/MvcThrottle

2.1.0

13 Jan 00:35
Compare
Choose a tag to compare

Change log

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

2.0.0

11 Jan 23:34
Compare
Choose a tag to compare

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

1.0.0

02 Feb 14:39
Compare
Choose a tag to compare

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