Skip to main content

All Questions

0 votes
1 answer
386 views

Cloudflare Turnstile Challenge Failed

In my implemetions of Cloudflare's Turnstile challenge via marsidev/react-turnstile, I have encountered a peculiar issue where, in invisible widget mode, occasionally the challenge fails and initiates ...
Jason's user avatar
  • 335
3 votes
2 answers
575 views

Recaptcha not displaying after March 28th update (from Nate Dudley Original Poster)

Recaptcha had an update on March 28, 2024 and after the update console errors started appearing with this message: recaptcha__en.js:600 Uncaught TypeError: Ay is not a function Recently we identified ...
Diego Camilo Silva Tellez's user avatar
0 votes
1 answer
1k views

Exceeded reCAPTCHA Quota : create new keys

After a month using google's reCaptcha on my website, i received this message Thank you for being a reCAPTCHA user. Your site key is currently using reCAPTCHA over the quota limit of 1 million calls ...
Wildfire's user avatar
  • 182
1 vote
0 answers
225 views

Is it safe to use same reCaptcha v3 Token for multiple requests?

I have an upload form with reCaptcha v3 in PHP with DropzoneJS. I am uploading 10 files with 10 different Post requests. When a User uploads 10 files, the client gets 10 different Captcha Tokens in a ...
jum's user avatar
  • 23
0 votes
1 answer
507 views

Getting weird return data from google captcha v2 siteverify API

I have a Vue-Express application which has signup/signin pages. On both pages, I use the google captcha v2 invisible setting so I manually call the execute function for which I get a valid token ...
Rahul Mehta's user avatar
0 votes
1 answer
2k views

Understanding Google reCaptcha V3 purpose and how to handle failures ? Google reCatpcha

I understand Captcha helps us to avoid BOTs signup in to our website and create fake accounts. To avoid it, we use the Captcha feature so that BOTs find it difficult to auto Register. However,with ...
Metalhead's user avatar
  • 1,419
1 vote
0 answers
268 views

How to execute invisible captcha

I work with browser automation tool, I have a problem I get the solution of the captcha but I can not execute the button, the button is invisible, someone may know how to execute it I tried to use a ...
TheBomber's user avatar
0 votes
0 answers
532 views

Rails hcaptcha attribute

I'm implementing hcaptcha into my rails app, however, one of the attributes has a - which rails doesn't play with so wondering about a solution to get past this. <%= f.submit 'Log in', class: "...
Ben Bagley's user avatar
1 vote
1 answer
1k views

Enterprise reCaptcha score is always 0. for invisible reCaptcha

I've recently integrated enterprise reCaptcha to my application. So, I've integrated both invisible and checkbox reCaptcha (works like fail-safe). In case user gets a low score in invisible captcha ...
cicada_'s user avatar
  • 336
7 votes
1 answer
4k views

Recaptcah V3 Site key Exceed Limitation

Google Recaptcha V3 has a service limit quota of 1000 calls/second or 1 Million requests/month for the free tier. else if the application exceeds these limits then google Sends a warning to the site ...
Murad's user avatar
  • 101
-1 votes
1 answer
5k views

Hiding Google recaptcha badge via CSS and displaying the legal text instead?

We are using the current CSS to remove the Google recaptcha badge on our site: <style> .grecaptcha-badge { visibility: hidden; } </style> This now sees a blank space, as ...
Michael's user avatar
0 votes
1 answer
310 views

Recaptcha replaces Formmail's "email" (From) field with my server address. Without Recaptcha, From field works fine. Why?

I've been using Tectite Formmail.php for many years. Finally added Recaptcha ver 2 (Invisible mode). It works okay, except that it messes with the derive_fields email string. Without Captcha, the ...
terscila's user avatar
1 vote
3 answers
3k views

Element not found when executing findElement in Selenium

I'm trying to fill in multiple forms that come after each other, all the forms get filled swiftly with no errors because I make sure to add WebDriverWait wait = new WebDriverWait(driver, 20); wait....
DM Malkawi's user avatar
0 votes
1 answer
455 views

Google Recatpcha v2 Invisible not working at all says missing-input-response

I have gone through various articles over Stack as well as google and done the following implementation in Codeigniter 3. My website is running over https. Code in head <script src="https://www....
ITSagar's user avatar
  • 693
0 votes
1 answer
907 views

Is there a way to detect with invisible recaptcha if the user is possibly a bot?

I need to perform a task on the client only if the user is likely not a bot. It has to be completely automatic, so I don't want to show a captcha to the user to actually do the verification, I just ...
Tom's user avatar
  • 7,511

15 30 50 per page