Hi,
I am interested how I can block via firewall rules this OpenCart page (https://mywebsite.com/index.php?route=account/register) for specific countries , so for example IPs from USA can not register on my website? I tried like this
(http.request.full_uri ne “https://mywebsite/index.php?route=account/register” and ip.geoip.country in {“US”} and not cf.client.bot) but its not working …
Help much appreciated