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
149 questions with no upvoted or accepted answers
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
7 votes
0 answers
1k views

Recaptcha v3 - error in recaptcha_en.js Unknown base64 encoding at char:

Around six months ago several sites that I maintain using recaptcha v3 starting throwing this error when dev tools are open. It does not affect the operation of recaptcha but it's annoying when ...
Brockley John's user avatar
6 votes
1 answer
7k views

Page Speed Insights Remove unused JavaScript for Google Recaptcha

I have a site that scores well on Google Page Speed Insights, but it shows a performance issue that says "Remove unused JavaScript" for this file: https://www.gstatic.com/recaptcha/releases/...
Alex Douglas'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
5 votes
0 answers
923 views

Google Recaptcha V2 Invisible - massive increase in load time - ruins page speed optimization

Problem Summary: Google V2 ReCapcha kills all the page speed tuning work that was done just to load in the little "invisible" [not really invisible] iFrames Situation: Got a great SEM ...
Christian Žagarskas's user avatar
5 votes
0 answers
5k views

Is there an Invisible reCaptcha for iOS Application? (don’t require user clicks)

Google offers a great way to protects your native Android app from malicious traffic: SafetyNet reCAPTCHA API With that you can implement an invisible captcha which 0 extra clicks. Check the ...
nanz's user avatar
  • 141
5 votes
0 answers
593 views

Invisible reCAPTCHA error SCRIPT5005 in IE 11

We are having problems with recaptca v2 (invisible) in our website using IE11. It appears to be an error inside recaptcha itself, because we did not launch any new version recently. We can not public ...
Murilo's user avatar
  • 51
5 votes
0 answers
1k views

Finding Invisible Recaptcha Callback Function of an external site

How can I manually find the callback function of invisible recaptcha? The following is the website:- https://www.redbubble.com/auth/login The following gives a string and not a function ...
Ronald1i's user avatar
5 votes
0 answers
2k views

Is it possible to detect if the Invisible Recaptcha was shown to a user?

In my web page, I validate a form based on Invisible Recaptcha, by calling the calling the function grecaptcha.execute(). Usually this happens invisible to the user; all they see is the form submit ...
Robert Steward's user avatar
5 votes
0 answers
840 views

Google recaptcha spins indefinitely in IE 11 on refresh

Have discovered an issue that when a user hits refresh in IE, Google recaptcha (invisible or v2) will sit and spin indefinitely. From monitoring traffic it appears to not ever make the API calls out ...
dutch rhino's user avatar
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
4 votes
0 answers
2k views

firebase.auth.RecaptchaVerifier with reCaptcha v3

I am trying to implement reCaptcha v3 into my site and am currently using React.js and Firebase for Authentication. I was using reCaptcha (v2?) before with Firebase's built in auth method firebase....
douglasrcjames's user avatar
4 votes
0 answers
1k views

Recaptcha V3 Always returning 0.9 score, when running through python script

I have implemented recaptcha v3 on form submit, which works fine on normal scenario as I'm getting 0.9 score. But when I try to run it from a python script using selenium, it still gives me 0.9 score, ...
vivekrn's user avatar
  • 37
4 votes
0 answers
342 views

Positioning recaptcha puzzle challenge when using Invisible recaptcha

Is there a way to integrate the puzzle challenge (when captcha thinks you are a robot) in a specific area of a website (in a target div) when using an invisible recaptcha ? All I tried did fail : ...
Jscti's user avatar
  • 14.3k
3 votes
0 answers
490 views

Google invisible Recaptcha token and validation endpoints are hosted in different domains

We are using the Google invisible Recaptcha to detect genuine logins to our application. The "recaptcha.js" hits the https://www.recaptcha.net/recaptcha/api2/userverify endpoint which gives ...
Srinivasan Ramanujam's user avatar

15 30 50 per page
1
2 3 4 5
10