I have never used the built in rate limiter in .net, but it sounds like it could be useful in some scenarios.
I real production, I think this rate limiting should be implemented outside of your actual API, and moved into your load balancer / reverse proxy / api manager.

Reply