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
0 answers

Application doesn't send request to google recaptcha v3

I am using devise gem with recaptcha gem. I configured my application so it loads recaptcha - it's visible in left bottom corner. That's the log I get after trying to sign in: Started POST "/users/sign_in" for 127.0.0.1 at 2021-11-07 18:10:31…
Zorot
  • 21
  • 3
1
vote
1 answer

Using both hCaptcha and reCAPTCHA at the same time

In order to combat bots on my website, I'd like to use both hCaptcha and reCAPTCHA v3 (invisible challenge) at the same time. I've got the backend code ready, but I'm having a problem with the front-end. hCaptcha's scripts seem to override the value…
radep80253
  • 11
  • 1
1
vote
0 answers

Recaptcha for existing form ... the php part is giving me problems

Am not really a coder, but understand a little... Bought a web template with a contact form. It sends the form to a php for validation, which in turn sends it to me in an email. I can get the Recaptcha to appear fine on the form... But the php…
1
vote
0 answers

Recaptcha V2 verified but got HTTP_HEADERS_SENT

I develop a Contact-Us page with Google ReCaptcha V2, After fill-up the form and take up the challenge of captcha and hitting the submit button I've got an error with [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client and…
Dave Dev
  • 23
  • 5
1
vote
0 answers

reCAPTCHA inline invisible not showing Privacy and Terms links

I'm trying to add reCAPTCHA invisible/inline into my page and for some reason that I can't figure out why the Privacy and Terns links have on their CSS display: none. This is what it looks like: reCaptcha with hidden links Inspecting the code I can…
1
vote
1 answer

Contact form 7 marks referer page as spam

We currently have a problem with our contact form which marks normal messages from customers as spam. We have a wordpress instilation with contact form 7 which our customers can use for te request a quote. We also have a recaptcha v3 installed. The…
1
vote
0 answers

reCaptcha V2 is working but not preveting SPAM

The front end of reCaptcha seems to work fine. It will time out and will even challenge you. The reCaptcha Admin panel says it is working and the chart shows a bunch of fails, BUT spam keeps coming through. I am assuming it must be the validation…
Rod
  • 33
  • 5
1
vote
0 answers

Recaptcha subdomain and multitenancy

I'm using google Recaptcha v2.0 for my application. This is a multitenancy app in which we create a subdomain for each tenants: tenant1.myapp.com tenant2.myapp.com tenant3.myapp.com Until now, we are registering manually each subdomain in the…
grteibo
  • 607
  • 3
  • 11
  • 20
1
vote
2 answers

react-google-recaptcha allow CSP

I'm using react js one of the forms I used react-google-captcha and worked perfectly when build and the backend I use helmet which provides CSP security and other errors came up after searching to lot of sites i add the following meta tag
1
vote
1 answer

Why is Puppeteer-Extra's solveRecaptchas() "not a function"?

I am attempting to use Puppeteer and puppeteer-extra-plugin-recaptcha through Apify to solve the Recaptcha on a login page. In time, I will want to do the full login. For now, I am attempting to do the Recaptcha solution, using Google's demo.…
Robert Andrews
  • 1,209
  • 4
  • 23
  • 47
1
vote
0 answers

Encounter "Must use import to load ES Module" while using vue3-recaptcha2 in Quasar Framework SSR

I am getting Must use import to load ES Module: project/node_modules/vue3-recaptcha2/index.js require() of ES modules is not supported. require() of project/node_modules/vue3-recaptcha2/index.js from /project folder is an ES module file as it is a…
1
vote
0 answers

Recaptcha enterprise - key for mobile - waiting for security review

we already have a reCAPTCHA Enterprise key for the web app. Now we need to create a reCAPTCHA key for our mobile app. We applied for security review many days ago... how long does it take for google to contact us and to perform a security review?…
OIeg S.
  • 21
  • 2
1
vote
0 answers

Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE when load https://www.google.com/recaptcha/enterprise/webworker.js

Sometimes when render reCAPTCHA widget, it will report an error Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE from https://www.google.com/recaptcha/enterprise/anchor when load…
1
vote
0 answers

Re-Captchas and non-headless Puppeteer

I am using Puppeteer with non-headless and somehow I keep getting flagged as a bot by Re-Captcha. I'm not trying to do anything shady, I just have some special automation software that's why I use non-headless Chromium. When I hit a Re-Captcha on…
Anters Bear
  • 1,816
  • 1
  • 15
  • 41
1
vote
0 answers

Safari won't execute Recaptcha on validation

I'm having an issue with Google reCaptcha on my registration form. I use Formik library for my registration form and react-recaptcha library for captcha . In Google Chrome I have no issues with this component whatsoever, but on Safari if I navigate…
Valerxx22
  • 774
  • 1
  • 11
  • 32