I have created a Firewall Rule where it should ask for captcha when uri contains https://website.url/wp-admin
. But nothing happens. Can someone help me what I am doing wrong here?
That wouldnt be uri
but http.request.full_uri
.
1 Like
Where can I find that? I see URI Full
in the pull down list.
That should be the right one.
It still does not work.
You need to post the full rule. Maybe a page rule would be better though.
This is how it looks
(http.request.full_uri contains “https://domain.url/wp-admin*”) or(http.request.full_uri contains “https://domain.url/wp-login.php*”)
You have to removing the trailing asterisks. Also, why do you have the same rules twice?
2 Likes
Removed and it works now. Thanks
1 Like