Rate limiting middleware with Umbraco
s
ASP.NET Core 7 contains Rate limiting middleware (https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit?view=aspnetcore-7.0). Has anyone tried to use it in combination with Umbraco 12? I'm looking for rate limiting the built in Umbraco controllers (of the backoffice) as well as our custom build API controllers. With a simple MVC project without Umbraco, it's no problem to get it working but in an Umbraco project it doesn't seem to activate.
d
Hi there! Have you been able to find a solution for this, since this post? We're looking to do the same: rate limiting the Umbraco built-in endpoints.
11 Views