Relative Content

Tag Archive for c#.net.net-8.0rate-limiting

.NET 8 Rate Limiting via Policy

I am trying to run the .NET 8 Rate Limiting Middleware, with a global rate limit, as well as a specific policy for certain endpoints. The global policy is working as expected, but I cannot get the endpoint specific policy to work.