Skip to main content

All Questions

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
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
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
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
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
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
0 votes
1 answer
3k views

Angular 6 - Installing ng-recaptcha gives error TS1005: ';' expected

I want to use ReCaptcha V3 in my Angular 6 project so I have installed ng-recaptcha using the command npm i ng-recaptcha --save as per the doc https://www.npmjs.com/package/ng-recaptcha#installation. ...
CodeLearner's user avatar
-1 votes
1 answer
944 views

Recaptcha v3 issue

Suddenly Recaptcha V3 stopped working. I am getting error. Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge.. But internet is ...
Subrato Kha's user avatar
2 votes
0 answers
657 views

Will delaying loading Google reCAPTCHA JS until form submission result in more challenges?

I'm implementing Invisible reCAPTCHA on my website, and to reduce the number of third party JS files on page load I'd like to download the https://www.google.com/recaptcha/api.js file only once the ...
yts's user avatar
  • 1,890
1 vote
1 answer
411 views

Is there anyway to work around the ResourceAccessException when working with Google reCAPTCHA in local environment?

I'm trying to verify a Google reCAPTCHA response in my local environment Java(SpringBoot) code. I keep getting this exception no matter what method I try to use to make a REST call. But I'm able to ...
benitta.ruphus's user avatar
3 votes
0 answers
1k views

Google reCAPTCHA's remoteip parameter is ignored

In the documentation of recaptcha (https://developers.google.com/recaptcha/docs/verify) it says that the remoteip parameter is optional, but I am trying to send a hard-coded false IP in the request ...
MSG's user avatar
  • 41
3 votes
3 answers
3k views

Invisible reCaptcha iframe not showing, form stuck

I am loading two scripts on my websites: <script src="scripts/my_site.js"></script> <script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script> Where ...
Itay's user avatar
  • 16.7k
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
0 votes
0 answers
181 views

Google V2 ReCaptcha not working for some users

We have implemented the V2 google invisible recaptcha for a contact us form. Every time I use it the recaptcha appears asking me to select some pictures which is great. But for some users the ...
James Blackburn's user avatar

15 30 50 per page