Website keep getting Verifying that you are not a robot... in loop, how disable that?
How can i disable that?
12 Replies
That's not Cloudflare, that would be from your host/software you use
Cloudflare's challenge page would look like this, notably they have their own captcha (Turnstile), they don't use recaptcha anymore
i understand is possible see what is calling that so i can remove ?
This is my web page
https://shadowsplay.net/
if you can help me investigate what is causing that it will be very nice
https://docs.litespeedtech.com/lsws/cp/cpanel/recaptcha/ this, lightspeed option
reCAPTCHA Protection in LiteSpeed Web Server | LiteSpeed Documentation
How to enable, disable, and configure reCAPTCHA protection in LiteSpeed Web Server to mitigate DDoS attacks.
can tell based off the path its using
(litespeed recaptcha)
the best way you can debug these issues is inspect element/devtoos (ctrl+shift+i) -> network tab, refresh and click on the document
/
, the response headers tell you a lot of information
(just the cf-cache-status header existing tells you it went to origin)thanks, i used litespeed like 3 months ago already remvoed that
that's very strange
can be linked to my host? hostinger?
if they use litespeed
all I can see is its something downstream using litespeed/that option enabled
in .htacess has this
RewriteEngine On
LsRecaptcha 100
RewriteRule .* - [E=verifycaptcha:drop]
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
<ifmodule mod_dir.c> DirectoryIndex admin.php</ifmodule>
should be that right?
it says
The LsRecaptcha directive cannot be used in .htaccess files.but yea setting LsRecaptcha to 0 should fix it, that its trigger sensitivty
The 0-100 value defines or overrides Trigger Sensitivity for the virtual host. When LsRecaptcha is set to 0, it means the reCAPTCHA feature has been disabled for that virtual host.
Thank you sir, since i'm not using this anymore i will remove
and i will do more checks
You are very smart and amazing with this community
❤️
@Chaika Everything has been fixed with your tip sir
Thank you soo much