- Published on
Rate limiting is a technique used to control how many requests a client can make to an API within a certain timeframe. In this article, we will explore how to implement rate limiting in .NET Minimal APIs using the built-in middleware, focusing on the Fixed Window strategy and applying limits per endpoint.