We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another pro-active addition to the application would be rate-limiting requests to the API.
Stefan Prodan's AspNetCoreRateLimit looks like a really good option:
https://github.com/stefanprodan/AspNetCoreRateLimit/wiki
The text was updated successfully, but these errors were encountered:
Support for rate limiting is being added to .NET 7:
https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/
Sorry, something went wrong.
DavidAJohn
No branches or pull requests
Another pro-active addition to the application would be rate-limiting requests to the API.
Stefan Prodan's AspNetCoreRateLimit looks like a really good option:
https://github.com/stefanprodan/AspNetCoreRateLimit/wiki
The text was updated successfully, but these errors were encountered: