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
1
vote
1 answer

React Google Recaptcha `executeRecaptcha` function always return `null`

I am using react-google-recaptcha-v3 with version ^1.10.0, but when I want to get the token from the executeRecaptcha function, the function always returns null instead of returning the token. Does anybody have a clue? Attached code: import React,…
1
vote
0 answers

Is the 'undefined array key g-recaptcha-response' error in the error_log spam?

I've a contact form on a website with v2 reCAPTCHA on it I think. Works perfectly, user fills in the form and it doesn't generate any problems. Also, Eric Jones has disappeared so it works well. What I get now though is a pair of entries in the…
luigivampa
  • 377
  • 7
  • 22
1
vote
1 answer

Is Api Keys authentication sufficient for Google reCAPTCHA Enterprise?

There are primarily two ways to authenticate using Google's reCAPTCHA Enterprise in a non-Google cloud environment (we use AWS). Google recommends using Service Accounts along with their Java client. However, this approach strikes me as less…
1
vote
1 answer

Render Talisman CSP nonce on Google reCAPTCHA style tag on in Flask-wtf / wtforms form

I successfully setup CSP on my flask app using Talisman, but the only item I haven't managed to get working is adding a nonce to the Google reCAPTCHA