Hi, can someone tell me how this expression will behave if I implemented it?
Expression: (ip.geoip.country eq “CN” and not cf.client.bot) or (ip.geoip.country eq “RU” and not cf.client.bot)
Action: Captch
Hi, can someone tell me how this expression will behave if I implemented it?
Expression: (ip.geoip.country eq “CN” and not cf.client.bot) or (ip.geoip.country eq “RU” and not cf.client.bot)
Action: Captch
It depends on what you mean by behave … what are you expecting it will do?
if someone from china + non known bot access my site he has to face captca.
same for russia
It will do that, yes.
It will not set some absurd requirement like being from both china and russia, right?
Nope
Expression: (ip.geoip.country eq “KG” and not cf.client.bot)
Action: Captch
Hi, I want to make sure that when someone from KG visit my site and he is NOT known bot, he face captch.
Will this captcha have same effect?
Yeah, the parenthesis are not necessary, though, if it’s just that.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.