Block OpenCart registration and login page

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

Try matching the Query String with a “contains”. I’d see if it contained “register” since that’s probably unique to the registration page.

Thank you sooo much, this helped. Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.