Rate limiting everything under certain uri path

Hi all,

I’m on the pro plan and I want to rate limit everything under some uri paths. Let’s say that I have 3 paths I want to rate limit:
/test1
/test2
/test3

However, I don’t want to rate limit just these specific uri paths but rather everything under these paths as well. For example I would want these to be rate limited as well:
/test1/abc
/test1/abc/def
/test2/xyz

So I believe the best way to achieve that would be to use the “URI Path Starts With”. The thing is, when I do that, I can only use a single entry in the field so to protect all three I would need three entries like so:

URI Path Starts With /test1
or
URI Path Starts With /test2
or
URI Path Starts With /test3

Is that right?

Thanks!

Hello there!

You’re right, or you can use “contains”.

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.