Ratelimit all requests #233
Answered
by
adamchainz
forforeach
asked this question in
Q&A
-
Hello, thanks for the project work you do! I'm trying to understand if there is a way to define a single rate limit definition to all requests. I checked the middleware, but it looks like it only handles the rate limit exceptions |
Beta Was this translation helpful? Give feedback.
Answered by
adamchainz
Feb 22, 2021
Replies: 1 comment 2 replies
-
You can make your own middleware that calls |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
forforeach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can make your own middleware that calls
is_ratelimited
for each request.