Hi,
My site is getting webhook calls from email service about bounce or drops. And, the request rate is very high because we send a lot of emails. I wonder how to set exception for this case.
Is the whitelist of IP firewall also applied to rate limiting? (So that i can whitelist IPs from email service)
In case the email service doesn’t have static list of Ip addresses,
It uses dedicated URL path for webhooks. Trivial solution might be setting very high rate limit for the path. Is it right way?
If you are an enterprise customer you can use the bypass feature. Is it possible to direct these API calls to a specific subdomain and then create rate limiting rules for other domains (e.g. rate limiting rule for https://www.example.com and https://example.com but not for https://webhook.example.com).
I don’t see anything in there that would stop you. Some rules, like Forward URL can’t be combined with other rules. It won’t let you add rules that can’t be combined – I think they’ll be greyed out.