Skip to main content

Questions tagged [invisible-recaptcha]

Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.

invisible-recaptcha
18 votes
7 answers
11k views

detect when challenge window is closed for Google recaptcha

I am using Google invisible recaptcha. Is there a way to detect when the challenge window is closed? By challenge window I mean window where you have to pick some images for verification. I currently ...
6 votes
2 answers
5k views

Error: 7 PERMISSION_DENIED: Permission 'recaptchaenterprise.assessments.create' denied on resource

I keep getting this error, I am trying to implement google reCaptcha v3, I gave myself all possible permissions on my service account but nothing seems to work. I don't even understand the error. ...
1 vote
0 answers
266 views

reCAPTCHA v3 "invalid-keys" error message is wrong

I have created a fresh set of reCAPTCHA v3 keys and integrated them on a high-traffic form. For the front-end implementation, I followed the steps outlined here: <script src='https://www.google.com/...
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 ...
0 votes
0 answers
77 views

Google Enterprise ReCaptcha v3 always returning score of 0.9

I've integrated Enterprise reCAPTCHA v3 with my HTML and JavaScript contact form. To ensure its effectiveness, I'm attempting to automate testing with Selenium to verify if the reCAPTCHA accurately ...
0 votes
0 answers
54 views

How to prevent Invisible reCAPTCHA v2 badge from stealing focus?

I'm trying to implement Invisible reCAPTCHA v2 on a site, and I've noticed that as soon as the badge renders on the page, it steals focus from whatever element had it before it appeared. It also ...
3 votes
1 answer
403 views

Google Recaptcha block submit on Firefox 125.0.3 x64

After updating Firefox, Google ReCaptcha2 stopped working on my sites (I use the invisible version). Then I checked the version from the official website and it doesn’t work either. I read about self =...
3 votes
2 answers
952 views

recaptcha__en.js: Uncaught TypeError: qF is not a function

I am recently facing problem with reCAPTCHA Enterprise. On every form where it is implemented i get this error: Uncaught TypeError: qF is not a function at recaptcha__en.js:601:176 at Array.&...
1 vote
1 answer
89 views

Firebase Phone Authentication in Flutter - Remove reCAPTCHA Step

I'm working on a Flutter project using Firebase for phone authentication. However, during the authentication process, my app redirects to the browser for reCAPTCHA verification before sending the OTP ...
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 ...
0 votes
0 answers
72 views

How to Handle Multiple Google recaptcha

The problem I'm currently facing is that I have a plugin with a Google reCAPTCHA feature. This plugin has been used by other sites, and those sites also have Google reCAPTCHA implemented. When this ...
0 votes
0 answers
19 views

onSubmit(token) - Recaptcha invisible v2 [duplicate]

How can i translate this function onSubmit(token) { document.getElementById("recaptcha").submit(); } Into my AJAX code. I don't want to use the function onSubmit(token), i want to use the ...
1 vote
0 answers
55 views

How to submit response for Google Invisible reCaptcha?

I'm trying to log into website like this: https://google-invisible-captcha-m2.magento-demo.amasty.com/customer/account/create/ It is easy to get the site key info: require([ '...
0 votes
0 answers
104 views

scraping aspx web with python requests - payload parameters don't match

I'm trying to scrape this webpage:https://servicios.sbs.gob.pe/ReporteSituacionPrevisional/Afil_Consulta.aspx The total process involves 3 requests, but I'm struggling with first one: Heres my ...
0 votes
0 answers
107 views

Recaptcha hangs infinitely if you click outside the modal without completing it

I am using Nuxt 2 with the @nuxtjs/recaptcha module on my signup form Very specifically I am using an invisible v2 recaptcha on the page as mentioned here When I click outside the modal currently, my ...

15 30 50 per page
1
2 3 4 5
20