How To Use Rate Limiting In ASP.NET Core
Rate limiting is a technique to limit the number of requests to a server or an API.
A limit is introduced within a given time period to prevent server overload and protect against abuse.
In ASP.NET Core 7 we have a built-in rate limiter middleware th...
milanjovanovic.hashnode.dev5 min read