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

Flutter web firebase auth signInWithPhoneNumber showing error "captcha-check-failed" in release mode

I'm facing a problem with Flutter Web Firebase Phone Auth Verification. In debug it is working well and showing me the reCaptcha. But when I host it through GitHub pages in release mode, it shows an error "captcha-check-failed". Even the capcha…
1
vote
2 answers

Adding EmailJS reCaptcha verification in React

I'm trying to add EmailJS reCaptcha verification in my code. I have read the documentation but I can't understand how to apply it and I haven't found any examples. function Register() { const [open, setOpen] = useState(false); const…
Adele
  • 259
  • 1
  • 4
  • 11
1
vote
0 answers

Is it possible to use ReCaptcha v3 in android app?

The question is simple and located in header. All themes about using ReCaptcha in android app that i found are using second version of it.
Qarru
  • 11
  • 1
1
vote
1 answer

Google recapthca v2 working locally but not on live website

I've implemented google's recapthca v2(checkbox) on my website(ASP.NET MVC) locally and, it works 100%. When I tried to copy over project files to my live website, the capthca did not work... It does render correctly and I can interact with the…
Kyle
  • 51
  • 9
1
vote
0 answers

How to take content of google captcha image with PHP

when I use php Curl to search on google, sometimes ask me image captcha. I need to get this image content as file64 format. The response url:
1
vote
0 answers

How do Captcha solving services like 2captcha replicate the recaptcha that a particular user receives

How do Captcha solving services like 2captcha replicate the recaptcha that a particular user receives by getting the site recaptcha key and the URL of the site. Also can someone help me understand how to the payload of recaptcha works? recaptcha…
1
vote
0 answers

Allow google bot crawl in firebase with app check enabled

i made an angular web app with a firebase backend. I want to allow the google user agent to crawl my website so it can get indexed. The problem is that since i have App Check enabled, all requests that are not coming from my website are blocked. So…
yeet
  • 33
  • 4
1
vote
0 answers

Not able to click on Google recaptcha checkbox (Python, Selenium)

I have a python code that works for me, unfortunately it does not work on wix.com login page. (to see that page, open wix.com, click Sign In button, and then click Log in link to open the page) The problem is with clicking on recaptcha box. This is…
Robert-L
  • 11
  • 3
1
vote
2 answers

asp.net MVC 3 - JQuery ajax $.get return reCaptcha instead of actual html in partial view

This problem is kind of difficult to explain, but I'll do my best. I'm simply trying to render the reCaptcha input on a form that is embedded inside a partial view. Here's how I'm obtaining the partial view with JQuery…
1
vote
1 answer

Puppeteer getting caught with recaptcha before a site loading

I'm using puppeteer to look at car dealerships, and I've been coming across a bunch of dealerships that are instantly marking me for a captcha. I can navigate to these websites perfectly fine just using chrome as normal, but when I run my code it…
Tanner Helton
  • 89
  • 1
  • 1
  • 12
1
vote
0 answers

Issue with flutter_inappwebview + custom headers on Android in case with reCaptcha on the page

I'm using flutter_inappwebview + I need custom headers with all requests. Partly my problem is solved just by adding some headers to requests in native iOS/Android code. InAppWebView.swift var request = URLRequest(url: url) if value != nil { …
1
vote
2 answers

Need to return recaptcha response while using AJAX, jQuery .submit on button, and keep serialized data intact

I've looked everywhere and have tried 10 different similar issues but neither works exactly how I need it to. I have a simple form with validation using validationEngine (and this works fine, it validates the required fields and the captcha field…
Eli Robinson
  • 13
  • 1
  • 3
1
vote
0 answers

How to bypass Google recaptcha in a form using Mechanize

I need to fill a form on a webpage and bypass its captcha. using this library I'm able to solve the captcha and get g-recaptcha-response stored in a variable. now the question is, how to pass the validation token to the form using Mechanize? here's…
Edwin
  • 11
  • 1
1
vote
1 answer

Google reCAPTCHA v3 Success and Score Empty

I am trying to implement Google reCAPTCHA v3 inside a visual studio 2022 PHP project. For some reason, when I execute the following command to display the values of success and score, I see empty values for '$Return->success' and…
deniz
  • 3
  • 1
  • 5
1
vote
0 answers

How do I validate user in reCAPTCHA v3 in react.js?

I am using the library "react-google-recaptcha-v3" for reCAPTCHA in React. I have a SignUp component, which essentially is something along the lines of a form where users can add their credentials and then create an account. The function looks like…
GabrielJSW
  • 184
  • 2
  • 10