X Tutup
The Wayback Machine - https://web.archive.org/web/20200715134600/https://github.com/stefanprodan/AspNetCoreRateLimit
Skip to content
Branch: master
Go to file
Code

Latest commit

cristipufu committed 52b1fe0 Jan 15, 2020
fix bug when the PeriodTimespan has a value, its value is ignored

Files

Permalink
Failed to load latest commit information.

README.md

AspNetCoreRateLimit

AspNetCoreRateLimit is an ASP.NET Core rate limiting solution designed to control the rate of requests that clients can make to a Web API or MVC app based on IP address or client ID. The AspNetCoreRateLimit package contains an IpRateLimitMiddleware and a ClientRateLimitMiddleware, with each middleware you can set multiple limits for different scenarios like allowing an IP or Client to make a maximum number of calls in a time interval like per second, 15 minutes, etc. You can define these limits to address all requests made to an API or you can scope the limits to each API URL or HTTP verb and path.

Build status NuGet

Documentation

Version 3.x.x Breaking Changes

Rate limiting based on client IP

Rate limiting based on client ID

Advanced configuration

You can’t perform that action at this time.
X Tutup