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

How to get around error Uncaught (in promise) TypeError in Google reCaptcha v2?

After clicking on the checkbox and selecting all the pictures in the popup, the checkbox is marked with a green arrow and that's it. Nothing goes anywhere, and the console displays Uncaught (in promise) TypeError. Before this it worked all day and…
Black Fire
  • 111
  • 4
1
vote
1 answer

Django reCAPTCHA with multiple forms

I have a DJANGO application where I protect forms with reCAPTCHA v2 invisible. I have no issue protecting 1 form, everything works well and I have been using this feature for quite some time. However, if I have 2 forms on the same page (e.g. in…
EvilSmurf
  • 819
  • 1
  • 7
  • 21
1
vote
0 answers

FOLLOW UP anchor:1 Uncaught (in promise) ReferenceError Recaptcha

This is a follow up to my Recaptcha call back can be found when it is the only function but not when other ones are included. Here is the link: Recaptcha call back can be found when it is the only function but not when other ones are included Now I…
1
vote
0 answers

How to extend Google reCaptcha expiry time?

Is it possible to adjust Google reCaptcha v3 expiry time? I looked up Google Documentation and it didn't mention anything about it. Guidance is much appreciated. Their site also didn't have any fields to adjust the expiry…
user2741620
  • 305
  • 2
  • 7
  • 21
1
vote
1 answer

How do I select reCAPTCHA challenge for invisible reCAPTCHA

I am trying to implement google invisible reCAPTCHA (v2) on my site. I want to customize the challenge whenever it is thrown to user. How do I select which challenge to show to fraudulent users/bots? I want to show arithmetic challenge instead of…
Abhishek Dhanraj Shahdeo
  • 1,356
  • 2
  • 14
  • 35
1
vote
2 answers

Google maps and Google ReCaptcha GDPR Cookies Compliant

I have a site which uses Google Maps, and ReCaptcha APIs; since GDPR about cookies is changed (and now is more complex), how can I be compliant with new policy? Thank you very much
1
vote
0 answers

How to solve enterprise recaptcha

The captcha I'm trying to solve with 2captcha is like this- Step 1) You input something Step 2) You press continue and then it goes let's say page 2 Step 3) In the page 2 you'll see the captcha the page URL doesn't change at all Step 4) How to solve…
Sad Land
  • 23
  • 3
1
vote
1 answer

ReCaptcha v3 in Blazor

How I can implement recaptcha v3 in blazor application? please provide me a complete example. I am following below link for v2 but I want same functionality using recaptcha v3. https://github.com/sample-by-jsakamoto/Blazor-UseGoogleReCAPTCHA
1
vote
1 answer

How to generate a reCAPTCHA site key for React Native app

I'm trying to add reCAPTCHA to my react native app. I'm using GCP's React Enterprise, but their docs specify website, iOS app, or android app for the key's platform type. Will the site key for an iOS or android app work in my React Native app? If…
Victor Cui
  • 1,393
  • 2
  • 15
  • 35
1
vote
0 answers

reCAPTCHA v3 with Firebase phone AUTH

Does Firebase Phone auth support reCAPTCHA v3? We are having a bunch of issues with firebase phone auth. Users get the challenge too often In a mobile device where the div element is scrollable. If the user is at the bottom of the page and…
Rahul Jain
  • 117
  • 6
1
vote
0 answers

Use external api with web extension manifest v3

I'm creating a web extension and I need to use google recaptcha in it. But when I try to import the library I get an error Refused to load the script 'https://www.google.com/recaptcha/api.js?onload=onloadcallback&render=explicit' because it violates…
Maxou
  • 59
  • 7
1
vote
0 answers

How to set reCaptcha theme in asp.net core mvc

I need to change to dark for reCaptcha UI theme. I use asp.net core MVC app. I tried this: @section Scripts {
Boppity Bop
  • 9,613
  • 13
  • 72
  • 151
1
vote
1 answer

I can't hit google recapcha api to get response. Captcha is v-2

use Illuminate\Support\Facades\Http; $response = Http::asForm()->post('https://www.google.com/recaptcha/api/siteverify', [ 'secret' => '6LftPCIdAAAAAPD5Md-fahgg3sj0SCUhV9qC5e9B', 'response' => request('Response') …
Dusan
  • 89
  • 7
1
vote
0 answers

How to use captcha before page load in laravel?

on my Laravel project, I want to use captcha before a page becomes visible. I am explaining it a little bit more. imagine, we will go to https://www.example.com/test we have to solve the captcha to view this page content. Can anyone help me or give…
Himel shipu
  • 202
  • 3
  • 14
1
vote
1 answer

Firebase Phone Authentication opens browser for recaptcha verification in Android

I have created an app with firebase phone Authentication with OTP verification, but it opens the external browser for verification of Recaptcha ,how can I disable the Recaptcha verification and stop the Authentication from opening external browser.