@tapirath wrote:
I'm looking to rate limit calls to certain endpoints with different rates.
For example:
api.testserver.com/v1/accounts can be requested 1 time per second
api.testserver.com/v1/images can be requested only 1 time per 30 seconds
etc...In addition, I would like to whitelist some IP addresses where there would be no rate limit at all.
Is this possible at all?
I would appreciate any kind of help.Thank you
Posts: 2
Participants: 1