AspNetCoreRateLimit.AbsoluteUrl 5.0.0

dotnet add package AspNetCoreRateLimit.AbsoluteUrl --version 5.0.0
NuGet\Install-Package AspNetCoreRateLimit.AbsoluteUrl -Version 5.0.0
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="AspNetCoreRateLimit.AbsoluteUrl" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCoreRateLimit.AbsoluteUrl --version 5.0.0
#r "nuget: AspNetCoreRateLimit.AbsoluteUrl, 5.0.0"
#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 AspNetCoreRateLimit.AbsoluteUrl as a Cake Addin
#addin nuget:?package=AspNetCoreRateLimit.AbsoluteUrl&version=5.0.0

// Install AspNetCoreRateLimit.AbsoluteUrl as a Cake Tool
#tool nuget:?package=AspNetCoreRateLimit.AbsoluteUrl&version=5.0.0

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 NuGet GitHub stars GitHub forks License: MIT

Built-in Rate Limiting support - part of .NET 7

Documentation

Version 3.x.x Breaking Changes

Rate limiting based on client IP

Rate limiting based on client ID

Advanced configuration

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
5.0.0 8,393 5/28/2023