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
I end up wanting to coufigure something like this:
Rate limite GET /a/b OR /c/d at 10 req/s And rate limit /e/f as 100 request per second
Eg: If an api is versionned:
GET /api/v1.0/users/... GET /api/v2.0/users/...
However there seems no way to configure that "logical rate limiting group" in this plugin.
Am I missing something? Should a level of indirection be added to better express these kind of use cases?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I end up wanting to coufigure something like this:
Eg: If an api is versionned:
However there seems no way to configure that "logical rate limiting group" in this plugin.
Am I missing something? Should a level of indirection be added to better express these kind of use cases?
The text was updated successfully, but these errors were encountered: