Questions tagged [recaptcha]

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

reCAPTCHA is a system originally developed at Carnegie Mellon University that uses CAPTCHA to help digitize the text of books while protecting websites from bots attempting to access restricted areas.

reCAPTCHA requires a user to select images which do or don't include certain items in them. The technology works due the ability of a human being to distinguish subtle visual hints that AI would not yet recognize.

On September 16, 2009, Google acquired reCAPTCHA.

Links

Related

4381 questions
34
votes
2 answers

Using recaptcha with Firebase

Surprisingly-even more when both are Google products-there is no information that I can find on how to integrate Recaptcha with Firebase. Is it even possible? If not, what can I use to validate humans on a Firebase app that has no auth?
Sergi Mansilla
  • 12,495
  • 10
  • 39
  • 48
34
votes
11 answers

How to reload the google recaptcha widget after user submits invalid inputs

I have a registration form with the new google recaptcha widget on it. When a user submits info, we check the validation with javascript and return the problems to the page (ex: "please use a valid phone number"). however, since the page doesn't…
Matthew Berman
  • 8,481
  • 10
  • 49
  • 98
33
votes
2 answers

How to run reCaptcha ONLY if HTML5 validation has passed?

Usually, HTML5 form validation runs before the submit event. With this
HTTP Headers Content-Security-Policy:…
julienc
  • 19,087
  • 17
  • 82
  • 82
26
votes
3 answers

How can I load a reCaptcha form using jQuery/AJAX while leaving the reCaptcha scripts in place?

I load my contact form into my page with JQuery/AJAX. The contact form contains the reCaptcha scripts. Unfortunately, JQuery removes the script tags before inserting them into my page. These script tags are needed because they output the captcha.…
eSentrik
  • 520
  • 1
  • 5
  • 12
26
votes
6 answers

Require User to click google's new recaptcha before form submission

I am using google's new recaptcha inside my form (HTML5): https://www.google.com/recaptcha Is there a way to check and mark recaptcha as required before form submission? I want to validate this on client-side instead of server side. That way, I…
Ryan Fung
  • 2,069
  • 9
  • 38
  • 60
25
votes
3 answers

Open Source Invisible reCAPTCHA alternatives

Is there any close or best open source solutions as Google's Invisible reCAPTCHA V2? And also as Google's regular reCAPTCHA V2(checkbox one)?
Payalord
  • 463
  • 2
  • 5
  • 16
25
votes
6 answers

New Google reCaptcha: How to change text "I'm not a robot"

I've installed the latest Google reCaptcha tool on our yoga website. Now the users are confused about the text "I'm not a robot" that appears next to the checkbox. Most of our users do not know what the word "robot" means in this context and they…
nu everest
  • 9,589
  • 12
  • 71
  • 90
25
votes
8 answers

Google reCAPTCHA - keep getting `incorrect-captcha-sol`

I am trying to add a reCAPTCHA to my site, but keep getting incorrect-captcha-sol error when I submit the answer. Can anyone tell me if I am correct in doing the following? I have a generic index.php, which includes contact.php. In contact.php I…
Anriëtte Myburgh
  • 13,347
  • 11
  • 51
  • 72
24
votes
4 answers

Google reCAPTCHA V3.0 not working. "ERROR for site owner: Invalid key type"

I can't get the Google reCAPTCHA to work on my Squarespace form. Site Key and Secret Key are both entered correctly. Both domains have been entered as well. Both Client Side integration codes have been put into the pages' Header And even after…
Christopher Karam
  • 878
  • 1
  • 6
  • 19