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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of AspNetCoreRateLimit!