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
3
votes
0 answers
Is google invisible-recaptcha any less secure compared to recaptcha-v2 checkbox?
My company is considering moving from recaptcha-v2 checkbox to invisible recaptcha.
Are there any pros/cons to this in terms of security and cross browser compatibility?
Thank you.

Harry
- 521
- 7
- 21
3
votes
1 answer
Invisible reCaptcha: can't make a working AJAX call, getting infinite loop
The form had a JS validation and worked OK. Then I had to implement invisible reCaptcha with working validation.
The code looks like this:
index.html
//In the head I've

user3024235
- 415
- 1
- 5
- 16
3
votes
0 answers
How to Reset Invisible Recaptcha
I have this small form and I have implemented an invisible recaptcha in asp.net Webforms. This recaptcha is executed only if the submit is valid. Although I have managed to validate the response.
I need to reset the invisible recaptcha for each…

Aires Menezes
- 85
- 1
- 15
3
votes
0 answers
invisible recaptcha v2 Challenge cut off in mobile
The invisible recaptcha v2 challenge is being cut off in mobile view. Sometimes it displays properly in the center but sometimes it's cut off like in the picture below.
I tried playing around the CSS like using transform scale or setting the width…

JJC
- 493
- 1
- 6
- 10
3
votes
0 answers
python requests form recaptcha
i've been trying to do a requests form using python but i'm blocked b the recaptcha.
I need the g-recaptcha-response to fill the entire form but i have no idea of how to get it.
I've been trying things but I have no clue of what i'm doing. I don't…

lucky simon
- 241
- 1
- 6
- 22
3
votes
0 answers
Anti-captcha response to form
I'm trying to pass the form from https://supremenewyork.com/checkout
(If web page is redirecting you to the shop, add some item and try again)
It has reCAPTCHA, so I decided to use anti-captcha.com service.
I've successfully figured out requests to…

enrvate
- 31
- 3
3
votes
3 answers
Correct way to integrate reCAPTCHA with Angular 4
I'm trying to integrate an Invisible reCAPTCHA with my Angular 4 form.
In the TS part of the component I have a function like this:
onSubmit(token: string) {
alert(token);
}
And my HTML looks like this (only the relevant parts shown):
3
votes
1 answer
Google reCAPTCHA: How many tries of the puzzle does user get?
Got a request with a list of questions from Business to investigate the possibility of integration Google reCaptcha with our Site and one of the questions is:
How many tries of the puzzle does user get?
and the second one:
What happens if the…

user471011
- 7,104
- 17
- 69
- 97
3
votes
0 answers
Not able to know when user is identified as a bot in google invisible captcha on client side
I am following Programmatically invoke challenge process for identifying a user as human or bot.
below is my captcha div in html.

Siyaram Malav
- 4,414
- 2
- 31
- 31
3
votes
1 answer
Google INVISIBLE reCaptcha + Bootstrap validator
I have a registration form with Bootstrap validator. I want to validate the google INVISIBLE reCaptcha (client-side) before submitting the form.
There is some exapmle (Invoking the invisible reCAPTCHA challenge after client side validation).
I tried…

BuMoRi
- 45
- 2
- 6
3
votes
1 answer
How can I use Google's Invisible Captcha with AngularJs?
Very recently invisible Captcha is released by google.
https://www.google.com/recaptcha/intro/invisible.html
Is there a way to integrate this system with help of AngularJS?
Clarification
This question is not about regular reCaptcha from Google.
I…

Hemen Ashodia
- 499
- 3
- 16
3
votes
1 answer
New ReCaptcha (invisible) not working
I am trying to implement the new invisible reCaptcha, but it is not working.
First, event tough I have created a new key with the "invisible" option, changed the key in my application, when I look in my console I can see this…

Gabrielle
- 812
- 2
- 7
- 28
2
votes
1 answer
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 if I use the Google Enterprise solution, in this…

Himanshu Jain
- 518
- 4
- 20