Hi
How do I get everyone accessing the wp-login.php URL on my site to be applied “JS Challenge” "?
Because when I add the page rules, cloudflare only implements “JS Challenge” on pages that actually contain the wp-login.php URL, and doesn’t apply the JS Challenge to other URLs that point to wp-login.php
Example:
If someone accesses the wp-login.php URL, the JS Challenge is applied
However if someone accesses the wp-admin URL, and it will redirect to https://mutiaradakwah.com/wp-login.php?redirect_to=https%3A%2F%2Fmutiaradakwah.com%2Fwp-admin%2F&reauth=1, JS Challenge is not implemented, even though the initial URL is mydomain.com/wp-login.php
Why?
Thank you