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
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 ...
sajeevan Balasingam's user avatar
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 ...
Peter Wood's user avatar
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 =...
Svartedauen's user avatar
0 votes
1 answer
388 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
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.&...
Miloš Đorić's user avatar
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
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 ...
Rakul Agn's user avatar
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/...
brodenbrett's user avatar
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 ...
Giovanni Paez's user avatar
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 ...
Nizam-Uddin Jatoi's user avatar
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([ '...
zxdawn's user avatar
  • 939
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 ...
NaejF's user avatar
  • 91
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 ...
PirateApp's user avatar
  • 5,931
1 vote
1 answer
160 views

Hide Google reCAPTCHA V3 badge

I know that I can hide Google reCAPTCHA V3 badge since I include the reCAPTCHA branding visibly in the user flow. My question is, if I have more than one form in my website, I have to include the ...
Nuno Araújo's user avatar
1 vote
0 answers
323 views

Recaptcha V3 returns BROWSER_ERROR and v2 null token

A few days ago, reCAPTCHA was functioning correctly on my site. However, currently, I'm encountering issues with it. I attempted using v2 with the invisible option, but when I call grecaptcha.execute()...
meriem aharchiche's user avatar
0 votes
0 answers
577 views

2captcha + reCAPTCHA v2 invisible + Selenium

2captcha has a Python solution for integrating captcha bypass in Selenium. https://2captcha.com/blog/captcha-bypass-in-selenium This solution works great for reCAPTCHA v2 checkbox. However, I needed a ...
Rhb You's user avatar
0 votes
0 answers
104 views

Can not find callback function of invisible reCaptcha V2

I've spent 3 days looking for an answer, but nothing has come up I have a website: https://rezerwacja.zuw.szczecin.pl/ There is an invisible ReCaptcha V2 on it and I need to pass it somehow to get ...
NikStor's user avatar
0 votes
0 answers
81 views

How to get Typo3 plugin invisible recaptcha working for multiple domains using a condition

Using the typo3 extension: tx_invisiblerecaptcha for including the invisiblerecaptcha in powermail. I need to overwrite the plugin config for using different keys for multiple domains. To get that I ...
mr_typo3's user avatar
1 vote
0 answers
210 views

How to use invisible reCAPTCHA in flutter?

I am working on an application where I allow the user to make some orders. Now before confirming their order, I want to check whether they are a real person or a bot. So I'm thinking of using Google ...
dipansh's user avatar
  • 417
0 votes
0 answers
47 views

reCAPTCHA response empty for page translated with GTranslate

The reCAPTCHA response is empty and therefore not valid. The empty response only happens after switching to another language by the use of GTranslate. The default language works! The JS function is ...
Development Lameco's user avatar
0 votes
0 answers
14 views

What assessment score to use for public forms (non login MFA)

What assessment score should be used for a simple inquiry form or signup form? There is no MFA or login element required. Would 0.5 be good enough?
FluffyBeing's user avatar
5 votes
2 answers
4k views

' TypeError: Cannot read properties of undefined (reading 'appVerificationDisabledForTesting') '

i'm trying to implement the OTP authentication with firebase with phone number in react+vite. i'm getting this error: ' TypeError: Cannot read properties of undefined (reading '...
Adil Salah's user avatar
-1 votes
1 answer
58 views

Google ReCaptcha in Ruby on rails .slim files

I have a .slim file for my sign up page, but when I am trying to add the recaptcha_tags to the file I'm getting an error recaptcha_tags not defined, can anyone provide a small sample code to integrate ...
x5ud0kn1gh7x's user avatar
0 votes
1 answer
100 views

What could be the option to implement google recaptcha with current project config

The application is based on java 8 , grails 2.4.3, and postgresql. The java based application is using hibernate ORM and spring is embedded. I have a requirement of implementing google recaptcha ...
tyro's user avatar
  • 775
2 votes
0 answers
254 views

"What could be causing the error 'RecaptchaVerifier instance has been destroyed' in Firebase OTP verification in Next.js and how can it be resolved?"

I am encountering this error after successfully creating user, as soon as i revisit signIn form for new account without reloading page and try to send otp to any phone number. Here is my code ...
SHAHID's user avatar
  • 81
4 votes
0 answers
335 views

Issue with Recaptcha SDK Initialization on Android

We have integrated reCaptcha enterprise in our android app. Gradle dependency we are using is 'com.google.android.recaptcha:recaptcha:18.0.1'. There are reports from our users that they are not able ...
ichthyocentaurs's user avatar
0 votes
1 answer
266 views

Firebase AppCheck does not work with Cloud Run

I am using Firebase Appcheck and RecaptchaV3 Provider in a web app. All works fine on localhost (both with debug token and NOT recommended way - setting localhost to allowed Domains at RecaptchaV3). ...
Jakub Piga's user avatar
5 votes
1 answer
6k views

"browser-error" in google reCaptcha V3 (invisible)

I am using google reCaptcha v3 (invisible), but I am getting some response payload with: { "success": false,   "error-codes": [     "browser-error"   ] } I've googled ...
Miguel Angel Celin Teran's user avatar
1 vote
0 answers
391 views

Google Recaptcha V3 spike in high risk assessment after V2 token creation

TLDNR version: Does creating a fallback V2 recaptcha token increase V3 "High Risk" flagging? Was wondering if anyone else has run into this, but recently within the last couple weeks, Google ...
Sean O'Connor'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
0 votes
1 answer
115 views

Unable to Programmatically invoke the invisible recaptcha challenge by ID

We have a set up with multiple forms on a single page. We are rendering each recaptcha successfully, however I'm struggling to invoke the recaptcha challenge programatically targeted to an ID. Looking ...
Kingsford's user avatar
1 vote
0 answers
196 views

How to improve Google Recaptchav3 score as it returns 0.1 for genuine users

Recaptchav3 score is random for a set of users It returns 0.1 as score for logged in Safari browser request 0.3 for firefox and chrome Any suggestions to improve the score as the recommended threshold ...
Chaitanya 's user avatar
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
1 vote
0 answers
284 views

Invisible Captcha timestamp threshold not triggering with Devise confirmable

Today I've had about 10 bot accounts created on my Rails 7 app hosted on fly.io! I feel I've followed all the steps to install and configure the invisible captcha gem but I can't get the timeout to ...
Ogarocious's user avatar
1 vote
0 answers
570 views

Erroneous token validations with reCAPTCHA v3

Our team is developing a simple Angular website that sends a form data to our backend via API. This website will be published under a public IP, so the interaction will be protected with Google ...
Mikhail Korolev's user avatar
1 vote
0 answers
479 views

Hidden Recaptcha V3 badge is appearing again after some idle time

I have added the Google Recaptcha V3 through script and applying styles to hide the badge for all other pages where I don't need to see the badge. It's working fine but if the app is idle for some ...
mc-user's user avatar
  • 1,945
1 vote
1 answer
101 views

Count/identify INCORRECT selection in reCaptcha v3

I want to use the 'reCaptcha v3 invisible option' where you don’t have to do any particular action like clicking on 'I am not a robot'. I want to know how many API calls are made in each of the ...
Kamal Surendra's user avatar
2 votes
1 answer
1k views

What actions can we take with google recaptcha enterprise

I have been using Google reCaptcha V2 (Invisible recaptcha) for a long time and we know that if some spammer or bot is trying to call our API then the user will get a puzzle to solve. What will happen ...
Himanshu Jain's user avatar
1 vote
3 answers
820 views

If user is signed into a google account can user still face the "I'm not a robot" message?

If you are signed into a google account, will you still get the "I'm not a robot message", or is there no other way to avoid it besides paid services. I am using the Selenium library in ...
S2H's user avatar
  • 21
1 vote
1 answer
465 views

Recaptcha V3 issues

I have tried to implement reCaptcha v3 but when I test (in an incognito window) the form just submits - without being challenged. Here is the code: <script src="https://www.google.com/...
j00m's user avatar
  • 501
-1 votes
1 answer
794 views

How can I remove g-recaptcha-response in online form?

Morning! This is the email that I receive when I send a form tht I've created with catpcha, I would like to hide the section highlighted in the screenshot below, is there any possibility? I share the ...
Rob's user avatar
  • 45
1 vote
1 answer
4k views

Implementing Google Recaptcha V3 - Methods to implement

I am planning to use Google invisible Recaptcha V3 in my application. I want the suggestion by which method I can go. In the developer document, I could see 2 ways, Automatically bind the challenge ...
Pavithra Sivakumar's user avatar
0 votes
1 answer
497 views

jquery submit() function does not work with invisible reCAPTCHA

I tried to use jquery function submit() to alert something when the form submitted but nothing happened. However if I removed the google invisible reCAPTCHA code, the submit function works. Is there a ...
JHope's user avatar
  • 81
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
770 views

How effective is invisible reCAPTCHA on react-native?

We have a use case where we need to protect a login/sign up endpoint from bad actor. This endpoint is expensive for us, because we need to send a One Time Password (OTP) to the submitted number. A few ...
Wilianto Indrawan's user avatar
2 votes
1 answer
4k views

How to use Python Requests to submit a form with invisible reCAPTCHA?

I want to send anonymous emails using Python. I use an online anonymous email sending tool called emkei.cz. I want to use this same tool programmatically. How to fill out that form on the website (...
Datajack's user avatar
  • 160
0 votes
1 answer
132 views

React native recaptchaV3 returns on onMessage() not working

Since most of the react-native-recaptchaV3 libraries are outdated, im trying to create component to get invisible recaptchaV3. But onMessage() returns nothing to get token. Can anyone help me to get ...
Manojkanth's user avatar
  • 1,149
1 vote
0 answers
643 views

invisible recaptcha api js blocked me

I've try to use v2 invisible Recaptcha and CSC blocking reCaptcha as you see in my picture and i tried add https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha Content-Security-Policy ...
joe's user avatar
  • 79
0 votes
1 answer
206 views

Google recaptcha client is throwing System.Reflection.AmbiguousMatchException in ASP.NET MVC on .NET 4.7.2

The type initializer for 'Grpc.Core.Internal.UserAgentStringProvider' threw an exception. (See inner exception for details.) System.TypeInitializationException: The type initializer for 'Grpc.Core....
Uday's user avatar
  • 151

15 30 50 per page
1
2 3 4 5 6