Hi,
What do I do if I need to block more than 10 urls, and I can’t use wildcards to catch some of them together without catching more urls which should not be limited?
- Is it possible to use multiple url patterns in a single rule?
- Is it possible to purchase more rules?
I had an idea to make all urls that need to be rateLimited end with /rateLimited
so that the version without /rateLimited
in the end will be protected with a password, and then I could change all consumers (which don’t know the password) to use the rateLimited version.
Will a wildcard of *.my.domain/*/rateLimited
should work?
If so, it will also give me the ability of a bypass rate limiting with a password without an enterprise account.
Would love to get feedback on this or possibly additional solutions.
Thanks in advance,
Tal