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

Cannot set google recaptcha v2 size to normal with mailpoet form

I have a mailpoet form and a Google recaptcha v2. The default size I get is only the compact which means always square recaptcha. How can I set the size to normal? with plugin? with php? thank you
1
vote
2 answers

How to allow redirect in Next.js only after reCaptcha

I have a Next.js app, index page contains only captcha, and after successfull entry redirects to form at mydomain.com/form and that works just fine. But also i can just enter in browser mydomain.com/form and get to it without captcha, which i…
1
vote
2 answers

reCAPTCHA widget is not showing

As per documentation of firebase for using re-CAPTCHA. I created a div inside sign-up form.
and used the code as given in documentation - import { getAuth, RecaptchaVerifier } from…
Abhishek kamal
  • 432
  • 1
  • 5
  • 13
1
vote
1 answer

what a mistake that makes my reCAPTCHA returns message "not validate reCAPTCHA tokens"?

Tried many ways to implement google recaptcha, but in my admin console shown message: "your site does not validate reCAPTCHA tokens". Script included on the top of HTML page
Sergey_nd
  • 13
  • 4
1
vote
1 answer

Cannot read properties of undefined (reading '$recaptcha')

I'm trying to integrate CAPTCHA verification with my contact page, I was following the documentation from @nuxtjs/recaptcha but I'm getting the error Cannot read properties of undefined (reading '$recaptcha') every time I want to access the variable…
user14623448
1
vote
1 answer

onChange event not working after window.reacptcha.reset() in recaptcha v2 using react-google-recaptcha npm package - [recaptcha just keeps on loading]

Im using npm react-google-recaptcha package for google recaptcha v2 check box implementation on my form page of the website once the captcha is verified Im triggering captchaOnChange…
1
vote
0 answers

How to show the google recaptcha image verification every time after click of checkbox?

I am using Google recaptcha v2. Here, I want the image verification to show every time once the captcha checkbox is clicked to verify. I have tried passing the type: 'image' property value but it does not work. Here is my code: HTML
Tales
  • 269
  • 3
  • 14
1
vote
1 answer

How can I reload ReCaptcha control after custom validation?

I have ReCaptcha control on my registration form:
m_david
  • 3,207
  • 1
  • 17
  • 16
1
vote
0 answers

Angular 7 Google Recaptcha v 2 Error when build

my angular app is version 7 i install recaptcha from npm npm i ng-recaptcha default version is 8.0.1 when i use ng serve for debug my app run but when use ng build --prod i get error and my app not build ERROR in…
Mostafa Bagheri
  • 366
  • 2
  • 7
  • 19
1
vote
1 answer

Remove unused JavaScript for Google Recaptcha don´t work for me

in this site: https://kunstkeramikk.no/ Page Speed Insights says: Remove unused JavaScript for Google Recaptcha have tried to use the solution proposed in this post but it does not work for me Page Speed Insights Remove unused JavaScript for Google…
1
vote
1 answer

how to test firebase App Check and reCaptcha v3

I just added reCAPTCHA v3 to my project. Also did all neccesery stuff at firebase, like allowed firebase App Check atc. At this point I`m sending App Check token with cloud funtion, like here…
Dima Malko
  • 227
  • 2
  • 19
1
vote
1 answer

Solving recaptcha with anticaptcha using Python

I am trying to fill recaptcha using anticaptcha api. But I am unable to figure out how to submit response. Here is what I am trying to do: driver.switch_to.frame(driver.find_element_by_xpath('//iframe')) site_key =…
1
vote
0 answers

Selenium anticaptcha submission

I am trying to fill recaptcha using anticaptcha api. But I am unable to figure out how to submit response. Here is what I am trying to do: driver.switch_to.frame(driver.find_element_by_xpath('//iframe')) url_key =…
1
vote
1 answer

selenium python 2captcha submit missing

I am trying to submit recaptcha on a form that doesn't have a submit button using using Python3, Selenium, and 2captcha. I'm pretty new to selenium and trying to bypass captcha on website https://id.rambler.ru/login-20/mail-registration All the code…
1
vote
1 answer

Google Recaptcha & Gatsby Error: reCAPTCHA placeholder element must be an element or id

I'm trying to add recaptcha v2 to my Gatsby/Netlify site form and i'm missing the last part that is actually displaying the widget. It just doesn't show up where it is placed. So far my code is this The gatsby-ssr.js file: import React from…