Skip to main content

Questions tagged [invisible-recaptcha]

Use this tag to refer about the Google reCAPTCHA tool to differentiate humans and bots without requesting to solve a CAPTCHA.

invisible-recaptcha
3 votes
0 answers
490 views

Google invisible Recaptcha token and validation endpoints are hosted in different domains

We are using the Google invisible Recaptcha to detect genuine logins to our application. The "recaptcha.js" hits the https://www.recaptcha.net/recaptcha/api2/userverify endpoint which gives ...
Srinivasan Ramanujam's user avatar
1 vote
1 answer
1k views

Enterprise reCaptcha score is always 0. for invisible reCaptcha

I've recently integrated enterprise reCaptcha to my application. So, I've integrated both invisible and checkbox reCaptcha (works like fail-safe). In case user gets a low score in invisible captcha ...
cicada_'s user avatar
  • 336
2 votes
1 answer
5k views

Cannot get reCAPTCHA token onSubmit method

I have the following form and try to get token for passing it to the backend (for reCAPTCHA validation). First, I add the necessary script to index.html: <script src="https://www.google.com/...
Jack's user avatar
  • 1
3 votes
2 answers
9k views

Should I validate reCAPTCHA on frontend or backend?

I am trying to implement Google's reCAPTCHA on a Vue app that has a backend of Java. I started an implementation that validates reCAPTCHA on backend side as shown on the following link: https://dzone....
Jack's user avatar
  • 1
0 votes
1 answer
2k views

How to integrate reCaptcha to a Spring boot based Java application?

I need to implement a silent (invisible) reCaptcha in order to prevent bot attacks, etc. So, user does not enter data as like in standard reCaptcha. Instead, an invisible reCaptcha will be integrated ...
user avatar
5 votes
0 answers
923 views

Google Recaptcha V2 Invisible - massive increase in load time - ruins page speed optimization

Problem Summary: Google V2 ReCapcha kills all the page speed tuning work that was done just to load in the little "invisible" [not really invisible] iFrames Situation: Got a great SEM ...
Christian Žagarskas's user avatar
1 vote
0 answers
311 views

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-...
taimur's user avatar
  • 54
7 votes
1 answer
4k views

Recaptcah V3 Site key Exceed Limitation

Google Recaptcha V3 has a service limit quota of 1000 calls/second or 1 Million requests/month for the free tier. else if the application exceeds these limits then google Sends a warning to the site ...
Murad's user avatar
  • 101
9 votes
2 answers
9k views

react-google-recaptcha "ref" type error in React typescript

I'm trying to implement invisible reCaptcha from react-google-recaptcha in type script project I added the package's type by yarn add @types/react-google-recaptcha but when I want to implement the ...
Yaya's user avatar
  • 4,740
1 vote
0 answers
124 views

can I add whitelisted domain to reCAPTCHA using an API, instead of adding the domain manually?

I am trying to add the alist of whitelisted domain to Recaptcha using an API programmatically, do reCAPATCHA, or google Enterprise reCaptcha support this? I couldn't find an API for REcaptcha that I ...
user15740473's user avatar
2 votes
0 answers
3k views

recaptcha v3 validaiton and score issue

I'm using google reCaptcha v3 on my site, I intercepted the requests used to get the captcha value which is sent to my backend server at last stage, the network requests are as follows GET www.google....
Murad's user avatar
  • 101
5 votes
1 answer
2k views

Next js Firebase Auth phone number invisible recaptcha

Nextjs Firebase Phone Auth First attempt useEffect() useEffect(() => { window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier('recaptcha', { 'size': 'invisible', ...
tintin's user avatar
  • 91
2 votes
0 answers
558 views

How to inject Google recaptcha v2 into webpage?

I'm trying to inject code into a webpage so that it'll have google invisible recaptcha v2 on the page. My current code is const trueHTML = ` <head> <meta charset=&...
sangil's user avatar
  • 31
0 votes
3 answers
2k views

How to click recaptchaV2's Solve the challenge button using Selenium and Python

I'm trying to interact with the recaptchaV2 Solve the challenge button on image verification popup using Selenium and Python.But meet some problem.By the way,I use buster chrome extension to bypass ...
Leo's user avatar
  • 1
1 vote
0 answers
4k views

How do I use Google Recaptcha v3 on page load without a form using PHP

I'm trying to implement Google Recaptcha v3 on a particular page on my site. The content of the page is generated using PHP however I want to start filtering out some bot traffic. All examples that I'...
K997's user avatar
  • 449

15 30 50 per page
1
3 4
5
6 7
20