Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.
Questions tagged [invisible-recaptcha]
281 questions
2
votes
1 answer
Cannot get reCAPTCHA token onSubmit method
I have the following form and try to get token for passing it to the backend (for reCAPTCHA validation).
First, I add the necessary script to index.html:
Then in my…

Jack
- 1
- 21
- 118
- 236
2
votes
0 answers
How to inject Google recaptcha v2 into webpage?
I'm trying to inject code into a webpage so that it'll have google invisible recaptcha v2 on the page.
My current code is
const trueHTML = `
Captcha Bank
…

sangil
- 31
- 1
2
votes
0 answers
Google Invisible reCaptcha badge: How to get reCaptcha-token
I have a program to extract transaction logs from my Bank website for the ERP system. Since my Bank doesn't provide any Web Service for this kind of data, I have to scrape it. This program is not intending to bypass captcha. Users have to input the…

MTLC
- 53
- 3
- 7
2
votes
1 answer
Flutter: How to implement recaptcha for firebase auth plugin
I wanna implement firebase auth method but it want me recaptcha when I pass recaptcha I face to this problem
E/flutter (19828): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: NoSuchMethodError: The method 'delegateFor' was called…

Mohammad_Asef
- 292
- 2
- 17
2
votes
0 answers
Do I need to have recaptcha v3 script on all pages to calculate right score
I am using recaptch v3 token generate method only on my signup & login page. For this I am using following mentioned code which generates a token and embed it into my login or signup form for sending it to server:
grecaptcha.ready(function () {
…

Abhinav
- 3,322
- 9
- 47
- 63
2
votes
0 answers
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 user submits a form. Once it loads I would then use…

yts
- 1,890
- 1
- 14
- 24
2
votes
2 answers
How to reset recaptcha when using react-redux-firebase
I am working with React-Redux-Firebase. I implemented signing in with phone number. Now I am trying to implement error handling. When number is invalid I display window alert with error message. The only thing left to do is to reset recaptcha.…

Andrzej Popek
- 23
- 1
- 3
2
votes
2 answers
React Invisible reCAPTCHA
I am working with the react-google-recaptcha to implement the invisible ReCaptcha, passing a ref to the ReCAPTCHA component and executing this._reCaptchaRef.current.execute() inside the componentDidMount.…

visizky
- 701
- 1
- 8
- 27
2
votes
4 answers
Showing google Recaptcha V3 floater only on specific Pages of React Application
i've react application with multiple # routes & google recaptcha v3,
i want to show recaptcha floater only on specific pages (# route) like login & forms.
How to achieve this.
Tried -
.grecaptcha-badge {
visibility: hidden;
}
#root…

Mayur Agrawal
- 43
- 1
- 7
2
votes
0 answers
Testing Google Invisible reCAPTCHA v2
I am looking for a way to test Google's Invisible reCAPTCHA product.
I am using v2 (not the most recent v3) and I would like to be able to see the reCAPTCHA challenges, however the previously tried-and-tested ways of doing that don't appear to be…

crmpicco
- 16,605
- 26
- 134
- 210
2
votes
1 answer
Do we need backend integration for recaptchV3
We are planning to use recaptcha-V3 on our website. To try this out first and do a phased released - one suggestion was just to have the front-end integration (without backend integration for site verification) and then monitor using the reCaptcha…

avijendr
- 3,958
- 2
- 31
- 46
2
votes
0 answers
Why google invisible recaptcha return bad JSON?
I have a problem with re-captcha invisible.
I think the response JSON is wrong, so the modal which contains the image choice won't display.
I follow this documentation.
Here's the code I included: