Can't make the "rate limiting" to work
I created a simple "rate limiting" rule for my proxied sub-domain:
(http.request.uri.path contains "plugin_update")
If rate request exceed 2 calls per 10 seconds, it should Block with a Custom HTML.
Yet that is not happening at all.. What could be wrong?
6 Replies
any help here ?
How are you testing?
i'am testing in my browser, called the domain.com/?action=plugin_update
plugin_update is in the query string in your example. To test you’d want something like
domain.com/plugin_update
Hmm.. indeed you are correct. Wonder why there isn't a Query String option. Maybe this is available in a paid plan ?
What is the domain?
Try manually editing expression to
http.request.uri.query contains "plugin_update"
. I don't recall if free plan can use that field.