AspNetCoreRateLimit is middleware for limiting requests to ASP.NET Core Web APIs and MVC applications. It can identify callers by IP address or client ID and apply separate policies to each category. Rules may target an entire application or specific endpoints, HTTP verbs, and URL paths. Administrators can define several quotas over intervals such as seconds or minutes and update those rules during runtime. The response returned after a quota is exceeded can be customized, and Redis can serve as a distributed counter store. The package is useful for established ASP.NET Core applications, although newer .NET versions also include built-in rate-limiting support.
Features
- IP-based request limiting
- Client ID rate limiting
- Endpoint and HTTP verb rules
- Multiple configurable time quotas
- Runtime policy updates
- Redis distributed counter storage
Categories
LibrariesLicense
MIT LicenseFollow AspNetCoreRateLimit
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AspNetCoreRateLimit!