Questions tagged [recaptcha-v3]

reCaptcha v3 is the previous version for Google reCaptcha. reCaptcha v3 returns a score for each request without user friction. The score is based on interactions with a site and enables the user to take an appropriate action for a site.

There are multiple reCAPTCHA versions, as seen in this official documentation.

This tag is used exclusively for the previous version: "reCAPTCHA V3"

The current reCAPTCHA version is "ReCAPTCHA Enterprise". ReCAPTCHA Enterprise is a Google Cloud Platform product, while the previous versions are not. If you have a question about the Enterprise version, use the tag.

If you're not sure which version are you using, you can use the generic tag.

381 questions
3
votes
0 answers

Google reCaptcha V3 not working in Incognito browser

We are currently facing issues with Google reCaptcha V3 implementation for incognito. It works fine in Standard browser mode. The issue is when you are filling a form in the incognito mode the Recaptcha score is always lower than 0.5, so the…
Yatheen
  • 31
  • 2
3
votes
0 answers

Next Js Firebase Recaptcha V3 verification

I'm very confused about the Recaptcha V3 implementation and it is not clear to me if actually need to implement it on my website or if initializing Appcheck with my Recaptcha V3 credentials is enough: Appcheck does successfully initialize and I have…
3
votes
1 answer

Google reCAPTCHA error: The provided cloud project number does not own the given recaptcha key

I'm trying to use google ReCaptcha enterprise in my rails project, but I'm getting this error: {"error"=>{"code"=>403, "message"=>"The provided cloud project number does not own the given recaptcha key", "status"=>"PERMISSION_DENIED"}} What I…
3
votes
0 answers

How to speed up Google ReCAPTCHA V3 Page Loading

I spent quite some time integrating Google ReCAPTCHA v3 into my scripts/system but got a nasty surprise when I saw how much it bogged down page loading. My pages were in the green at Google's PageSpeed Insights but since including the ReCAPTCHA v3…
gpwr
  • 988
  • 1
  • 10
  • 21
3
votes
0 answers

What happens when recaptchaV3 monthly quota is reached?

According to google documentation: If a v3 site key exceeds its monthly quota, then site_verify may fail open by returning a static score 0.9 and an error message "Over free quota." for the remainder of the month. There are no user-visible…
mmullerc
  • 61
  • 4
3
votes
3 answers

ReCaptcha Enterprise api call always returns score of 0 but the dashboard shows every score has been 0.8 or greater

I created a ReCaptcha Enterprise project for my frontend and am trying to verify assessments in an AWS Lambda. The ReCaptcha project looks as follows: ReCaptcha Settings The front end code is a react application but I am just using scripts following…
3
votes
2 answers

How to verify the token and get score using react-google-recaptcha-v3?

I'm using the library react-google-recaptcha-v3 in order to integrate reCAPTCHA v3 into my React application, which also uses Next. There's the following example in the README introducing users to the useGoogleReCaptcha hook: import { …
EB2127
  • 1,788
  • 3
  • 22
  • 43
3
votes
0 answers

reCAPTCHA v3 return false

We are currently implementing reCAPTCHA v3 in our application and working for some cases. But most of the cases it returns false. Please find the client side token generation code grecaptcha.ready(function () { …
priya
  • 151
  • 1
  • 6
3
votes
2 answers

why i still getting spam emails after installing reCaptcha v3

I have installed google recaptcha v3 in my html form but i'm still getting spam emails, what should i do next to prevent spams ? Any way without using php code only js scripts ? My code is using this one :
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
3
votes
1 answer

Handling errors with reCAPTCHA v3

I have reCAPTCHA v3 set up on my page: If internet connectivity becomes unavailable or unreliable, reCAPTCHA will insert this HTML at the bottom of my page:
Brad
  • 159,648
  • 54
  • 349
  • 530
3
votes
2 answers

How to prevent Google reCAPTCHA (v3) from enabling the button it's attached to

I'm adding reCAPTCHA v3 to the user registration form on my website. Previously, the submit button on the form was disabled by default and gets enabled after some validation (ToS acceptance, etc.). However, when I add reCAPTCHA to the submit button…
mgalgs
  • 15,671
  • 11
  • 61
  • 74
3
votes
0 answers

Google reCAPTCHA's remoteip parameter is ignored

In the documentation of recaptcha (https://developers.google.com/recaptcha/docs/verify) it says that the remoteip parameter is optional, but I am trying to send a hard-coded false IP in the request and yet Google still returns a success:true…
MSG
  • 41
  • 1
  • 3
3
votes
1 answer

Django Contact Form With Google Recaptcha v3

I want to implement Google Recaptcha v3 into a working Django contact form. I tried following these…
saltworts
  • 33
  • 3
3
votes
0 answers

How to use reCaptcha V3 with jQuery in the Frontend?

the following is the HTML of my login page: