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?
No description
6 Replies
aKaa
aKaa5mo ago
any help here ?
Cyb3r-Jak3
Cyb3r-Jak35mo ago
How are you testing?
aKaa
aKaa5mo ago
i'am testing in my browser, called the domain.com/?action=plugin_update
Cyb3r-Jak3
Cyb3r-Jak35mo ago
plugin_update is in the query string in your example. To test you’d want something like domain.com/plugin_update
aKaa
aKaa4mo ago
Hmm.. indeed you are correct. Wonder why there isn't a Query String option. Maybe this is available in a paid plan ?
asp
asp4mo ago
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.
Want results from more Discord servers?
Add your server
More Posts