RateLimiting and ASP.Net #67910
Unanswered
TonyValenti
asked this question in
General
Replies: 1 comment
-
I've used https://github.com/stefanprodan/AspNetCoreRateLimit with success. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just saw System.Threading.RateLimiting.
Are there any components or middleware's that allow a json API to emit rats limiting response headers?
In a similar vein, are their any http handlers that could pick up the headers and automatically throttle so that the http requests don't overload the server?
Beta Was this translation helpful? Give feedback.
All reactions