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

Validating for reCAPTCHA in flask

I'm making an error form on my website and it still works fine except for the captcha which is a bit silly. If I fill in all the fields on the text and do not just fill in the captcha, it will still be sent to me and without warning or anything, my…
Jm_cz12
  • 13
  • 3
1
vote
1 answer

Invalid reCAPTCHA client id: 1 - Multiple Captcha render, something wrong with my code?

I have 2 modal that each have a grecaptcha. I load the script once the first modal is opened and render the captcha for that specific modal afterwards. This is working as expected. But once i submit the form with the captcha, i get the following…
Dapp Future
  • 165
  • 1
  • 12
1
vote
0 answers

how to allow recaptcha through localhost proxy

As some context, I work at a showroom for an online business that has a few computers for the customers to access the website. In a recent windows update, kiosk mode broke. To lock down the browser I figured I could make all, but a few specific…
R Goodie
  • 11
  • 3
1
vote
2 answers

How to complete geetest (captcha) when scraping, by python-requests, while request values are taken by solving captcha manually?

I'm trying to scrape website, which use datadome and after some requests I have to complete geetest (slider captcha puzzle). Here is a sample link to it: captcha link I've decided to don't use selenium (at least for now) and I'm trying to solve my…
Kuba -a
  • 11
  • 1
  • 4
1
vote
1 answer

Injecting token received from anticaptcha for recaptcha v2 using selenium python

I am using anticaptcha to help out with bypassing recaptcha on a webpage I'm crawling. I have managed to work out the api part of this solution. It's quite straightforward. The part I am struggling with is the injection of the token received from…
Eb J
  • 183
  • 1
  • 10
1
vote
0 answers

How to integrate Google reCaptcha in ios Obj c

I want to integrate Google reCAPTCHA Enterprise in my iOS Project, which is in Obj c. I followed this link but can't install Pod file, https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps#direct-download After adding script, when i…
taimur
  • 54
  • 1
  • 8
1
vote
0 answers

Submitting textarea of `g-recaptcha-response` not working Selenium and Python

I am using anti-captcha trying to bypass this url…
weston6142
  • 181
  • 14
1
vote
1 answer

Formik form not submitting and reCAPTCHA error message keeps popping up

I have this project I am working on. The form was working before I added React reCAPTCHA but now, the form is not submitting and reCAPTCHA keeps showing the error message after being checked and submit button is clicked on. Here is the code: …
Abubakar Oluyinka
  • 341
  • 1
  • 3
  • 16
1
vote
0 answers

Is Google ReCaptcha v2 HIPAA compliant?

All is in the title. I have been looking for a while and couldn't get a clear answer: Something like Google itself stating in its documentation that it's HIPAA compliant. If not. Why? What is exactly not compliant and is there a way to resolve it?…
Ghazi
  • 126
  • 6
1
vote
1 answer

Why Recaptcha is not working with an url with params?

I did a Recaptcha integration and, it is working wonders with the domain of my site: http://landing.acrdev.com/ But it does not work with an URL with params http://landing.acrdev.com/?idioma=es&cod=Santander2021&utm_source=web-sitio…
1
vote
1 answer

Google.Cloud.RecaptchaEnterprise error on CreateAssessment() - "Request contains an invalid argument"

I'm trying to use the Google.Cloud.RecaptchaEnterprise library to validate captcha requests for the new enterprise key my client has obtained. string _siteKey = ConfigurationManager.AppSettings["GoogleCaptcha.CheckboxCaptcha.SiteKey"]; string…
1
vote
0 answers

iFrame with PHP reCaptcha page enbedded

I have a Microsoft Expression web site to which I would like to add a reCaptcha page. I have installed PHP and gotten reCaptcha working when navigating to the .php page with my browser. The problem however, arises when I try to display the parent…
EWizard
  • 147
  • 1
  • 3
  • 11
1
vote
0 answers

Programmatically add domains to Google reCAPTCHA v3

I am working on adding Google reCAPTCHA v3 to FreeToastHost, a free forms & template based website generator/content management system specifically made for use by Toastmasters public speaking clubs around the world. One challenge I have in…
Steve
  • 65
  • 5
1
vote
0 answers

How to disable or weaken recaptcha in firebase phone auth in react?

everyone. I am building react + firebase using firebase's phone authentication. In desktop version, the captcha doesnt appear frequently but in mobile, it is so annoying. How to disable or even weaken it? The firebase phone authentication uses…
Fortdev
  • 175
  • 3
  • 11
1
vote
1 answer

Registering new google.com recaptcha site with my heroku website raised error

I have uploaded my project on Heroku and when my project on localhost google Recaptcha work good and now it shows me an error ERROR for site owner: Invalid domain for site key
1 2 3
99
100