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

How to securely store reCaptcha site key in Blazor WebAssembly

No secrets All the documentation I have seen so far states there is no way you could possibly securely store a secret or sensitive data. What are others doing? I was wondering how others have attempted to resolve this issue so far. I have not been…
1
vote
0 answers

Erroneous token validations with reCAPTCHA v3

Our team is developing a simple Angular website that sends a form data to our backend via API. This website will be published under a public IP, so the interaction will be protected with Google reCAPTCHA v3. Recently we decided to run some stress…
1
vote
0 answers

google recaptcha v3 works on one page but not on another

Request screen shot I am trying to add reCaptcha v3 in my asp.net 5 framework project. reCaptcha is used on 2 pages, on first page it's working fine without any error, but on second page the same function return error with "invalid-input-response".…
sameer
  • 11
  • 2
1
vote
0 answers

Hidden Recaptcha V3 badge is appearing again after some idle time

I have added the Google Recaptcha V3 through script and applying styles to hide the badge for all other pages where I don't need to see the badge. It's working fine but if the app is idle for some time, the visibility style is getting removed. Below…
mc-user
  • 1,769
  • 4
  • 14
  • 25
1
vote
2 answers

White Screen while setting App Check for Flutter Web

In order to secure my website, I try to link my web Flutter App and my Firebase backend to App Check. I created a reCAPTCHA v3 which provides me two keys : website key (public) secret key For linked it to my project, I use the following code…
1
vote
1 answer

Use reCaptcha on localhost

I added localhost and 127.0.0.1 to domains and I added the correct keys but I get this error: ERROR for site owner: Invalid key type Does anyone know how to fix this?
1
vote
1 answer

Count/identify INCORRECT selection in reCaptcha v3

I want to use the 'reCaptcha v3 invisible option' where you don’t have to do any particular action like clicking on 'I am not a robot'. I want to know how many API calls are made in each of the following scenarios Form is submitted and no prompt…
1
vote
2 answers

TS2339: Trouble with get access to property from fetch in typescript

I'm fighting with property success which is definited in API (recaptcha). /** * The structure of response from the veirfy API is * { * "success": true|false, * "challenge_ts": timestamp, // timestamp of the challenge load (ISO format…
DonEmil
  • 37
  • 3
1
vote
0 answers

Bypass reCAPTCHA in Cypress tests

I looked for solutions on the Internet, but they did not help me. One of the best solutions is: Cypress.Commands.add('solveGoogleReCAPTCHA', () => { // Wait until the iframe (Google reCAPTCHA) is totally loaded …
1
vote
1 answer

Can't click reCaptcha checkmark box with JS script

I've been trying to click recaptcha checkmark box through script unsuccessfully for a while now and don't know why: I've inspected the checkmark box and copied the JS path and stored it into variable captchaBox, and If I run this script through the…
Lmfao
  • 23
  • 4
1
vote
0 answers

ERROR "The named parameter 'auth' is required, but there's no corresponding argument"

error image I am facing problems with adding Recaptcha in the app and i dont understand what to do further. please help me with this. RecaptchaVerifier( size: RecaptchaVerifierSize.compact, theme: RecaptchaVerifierTheme.dark, …
dgenx
  • 9
  • 3
1
vote
1 answer

Magento 2 recaptcha issues sometimes

for some customers,they cannot register has users in our website because of the Google invisible recaptcha v3 failing some times. Getting the "Something went wrong with reCAPTCHA. Please contact the store owner." This those not happen to me,only…
dreid
  • 163
  • 2
  • 17
1
vote
0 answers

How do I display reCAPTCHA in modals with different id?

This is my code: query("SELECT id FROM table"); while ($row = $result->fetch()) { ?>
1
vote
3 answers

google recaptcha v2 is not responsive in some mobiles

I'm using google recaptchav2, but on some mobiles verify button is not reachable. I'm sure it's because of left:161.68px on a div without any id or class. How can I make it responsive?
mr javad
  • 163
  • 2
  • 13
1
vote
1 answer

TYPO3 and jh_captcha in own extension

I have tried to implement jh_captcha into my own extension. I have followed this documentation: https://docs.typo3.org/p/haffner/jh_captcha/4.0/en-us/Developer/Index.html#add-the-captcha-to-your-domain-model But I keep getting this error: Validation…
Jeppe Donslund
  • 469
  • 9
  • 25