-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Global API limit #74
Comments
+1 to this. I have set the "path_limits" in the config file to my root API path but it seems to have no effect. |
This issue is pretty old now. Has anyone fond a way to achieve a global rate limit? |
path_limits: |
You have the full config list at https://github.com/jaytaph/RateLimitBundle#configuration-reference |
Ah that's great thanks! This issue can probably be closed then?
…On Tue., 22 Oct. 2019, 5:12 pm Asmir Mustafic, ***@***.***> wrote:
You have the full config list at
https://github.com/jaytaph/RateLimitBundle#configuration-reference
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#74?email_source=notifications&email_token=AAPXQNC4BKQYR3D4UX7FD23QP2RUHA5CNFSM4FNJ7ASKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB4YFRA#issuecomment-544834244>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPXQNGYWFB7DSQENONYM5LQP2RUHANCNFSM4FNJ7ASA>
.
|
Hi, I am trying to use pesseyjulien's solution above for global limit for all routes. Once the path config contains something more than Tested on |
This issue can be closed as it seems like #119 New usage:
|
Hi,
How to make a global rate limit. I can only make it work using Controller annotation per method. Here is my config :
Thanks in advance,
Julien
The text was updated successfully, but these errors were encountered: