recaptcha
recaptcha copied to clipboard
PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
This was previously discussed in issue #296 however someone did a whoopsie and closed it before the issue was resolved. **Issue description** Various tracking protection options in browsers causes recaptcha...
I noticed an incorrect function argument description and made a fix.
Hello! Are tokens generated with reCaptcha Enterprise on the frontend (on a website) compatible with the `verify` method of this library? The docs seem to suggest that the` siteverify `method...
When using the recaptcha, there is a warning in Chrome: Reading cookie in cross-site context will be blocked in future Chrome versions".
Often times when I try uploading a file to VirusTotal, I ended up stuck in a captcha loop. I will do captcha after captcha after captcha infinitely without succeeding. I...
After looking for a way to adjust the threshold for my reCAPTCHA v3 project for hours, I still don't see anything like that. There is no way to adjust it...
I am using reCAPTCHA v3 in my React web application. During automated testing with ChromeDriver, the reCAPTCHA always returns a true response when I verify the token through the https://www.google.com/recaptcha/api/siteverify...
Fucking stupid verification system, are you guys going to stop? Testing the real person, you can't defend against hacker attacks, you can only defend against real people。fuck you!!!!!
Hi, When I have the Chrome's Device Toolbar active (CTRL + SHIFT + M), I'm getting this error on console when loading the page: recaptcha__pt.js:805 **POST https://www.google.com/recaptcha/api2/pat?k= 401 (Unauthorized)** If...
##463 Hi I am using React TS for the frontend of my project along with the Vite Project. For the Backend I am using the Python Fast API. So I...