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
Hello, I've tried this on 4 & 5 versions of the AspNetCoreRateLimit.
Setup:
This is not working:
{ "Endpoint": "((post)|(put)):*", "Period": "1m", "Limit": 10 }
And this is working:
{ "Endpoint": "post:*", "Period": "1m", "Limit": 10 }
I've also tried, but no luck:
{ "Endpoint": "((post)|(put)): */api/*", "Period": "1m", "Limit": 10 }
{ "Endpoint": "((post)|(put)):.+", "Period": "1m", "Limit": 10 }
According to docs it should work:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I've tried this on 4 & 5 versions of the AspNetCoreRateLimit.
Setup:
This is not working:
And this is working:
I've also tried, but no luck:
According to docs it should work:
The text was updated successfully, but these errors were encountered: