I try to configure the rate limiting to protect my login page but I should do it wrong as I’m never blocked.
It’s supposed to be blocking a URL like : https://demo.mywebsite.com/site/login
I checked the DNS zone and the “demo” A type seems to be properly configured (there is no CName configure, I don’t if it should)
I configured 2 rules : 1 is the standard “Protect my Login” form, the other was limiting 10 request within 1 minute. None of them ever blocked me.
Sorry, I just noticed you already replied to this new question actually
I discovered you can use wildcard in your path, so I tried *.mydomain.com/site/login and it’s working now on all my subdomain. Great