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
96
votes
8 answers

Google Recaptcha v3 example demo

Until now, I was working with Google Recaptcha v2, but now I want to update my WebApp using the lastest version (v3). Is it possible to anyone add a fully working Google Recaptcha v3 example for a basic form as I can't find any working demos of…
Ommadawn
  • 2,450
  • 3
  • 24
  • 48
77
votes
12 answers

How to validate Google reCAPTCHA v3 on server side?

I've just set up the new google recaptcha with checkbox, it's working fine on front end, however I don't know how to handle it on server side using PHP. I've tried to use the old code below but the form is sent even if the captcha is not…
Moatez
  • 771
  • 1
  • 6
  • 4
66
votes
11 answers

Test invisible recaptcha

We have integrated invisible recaptcha in one of our websites. Whenever we submit the form it automatically submits. I read in some google groups that we would get a challenge when accessed on edge browser. But for us, it is automatically…
Prajwal
  • 661
  • 1
  • 5
  • 4
44
votes
2 answers

How does reCAPTCHA 3 know I'm using Selenium/chromedriver?

I'm curious how reCAPTCHA v3 works. Specifically the browser fingerprinting. When I launch an instance of Chrome through Selenium/chromedriver and test against reCAPTCHA 3 (https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php) I always…
Mr J
  • 2,655
  • 4
  • 37
  • 58
39
votes
1 answer

Recaptcha V3 error incorrect-captcha-sol randomly

I'm getting incorrect-captcha-sol error code sometime while using Google reCAPTCHA server side verification api. I have integrated google recaptcha validation to some of my apis. To do so, I pass recaptcha token on these api requests from client…
Rahul Bansal
  • 391
  • 3
  • 7
25
votes
2 answers

Google's Recaptcha V3 - should I track the score, or suffice with the "success" being true?

Background: my website is pretty simple, containing a main page with a list of links (provided by 3rd party service) - each links pops up a file upload input with a submit button. In that popup I embedded the Recaptcha script, and verified the token…
noamyg
  • 2,747
  • 1
  • 23
  • 44
23
votes
5 answers

How to implement reCaptcha V3 in ASP.NET

Does anyone have a full implementation demo of reCaptcha V3 in ASP.NET? I found this article: Google Recaptcha v3 example demo At the moment I am using reCaptcha V2 with the following code: public bool RecaptchaValidate() { string…
Tig7r
  • 525
  • 1
  • 4
  • 21
22
votes
8 answers

Error: No reCAPTCHA clients exist (reCAPTCHA v3)

I've integrated reCAPTCHA v3 in one of my forms. In onload, there's a token produced and google captcha logo in the bottom right corner. But when I submit the form, in console there is an error shown, "Error: No reCAPTCHA clients exist". Also, it…
Hossain Amin
  • 223
  • 1
  • 2
  • 5
21
votes
4 answers

How to pass ReCaptcha v3?

ReCaptcha v3 will not present a captcha anymore, but rely on browser fingerprinting and other information google can get about you. Here is a test: https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php And the API documentation:…
allo
  • 3,955
  • 8
  • 40
  • 71
20
votes
3 answers

Google reCAPTCHA in China

My site is using Google reCAPTCHA control but I am hearing its being block in China, Is there anyway around this I see there is some people reporting that changing the API to https://www.recaptcha.net works in China? Anyone try this because I see…
user5843610
14
votes
6 answers

I got "timeout-or-duplicate" error using ReCaptcha v3

I got a contact form on my website on Laravel and I'd like to place a ReCaptcha v3 but for now the result I got from the verification is the error "timeout-or-duplicate". Can you help me from A to Z ? I don't know where to go... My head :
Saku
  • 305
  • 1
  • 2
  • 8
14
votes
6 answers

How to solve Google v3 reCaptcha timeout?

We have a PHP form that is several tabs and times-out on the reCaptcha. Everything is done in one page and it works perfectly fine IF the form is completed in <3 minutes. The idea of a solution is to move the form processing and reCaptcha to a…
Burndog
  • 711
  • 2
  • 8
  • 21
13
votes
1 answer

What is the URL for Google reCAPTCHA Admin Console?

The link to the admin console isn't working - it shows a 404 page. I need to access this to generate a site-key. Link: https://google.com/recaptcha/admin OR: https://google.com/recaptcha/admin/create I want to use reCAPTCHA v3 so I need to use this…
12
votes
0 answers

Google ReCaptcha 3 always returning score of 0.9

I am trying to guard against bot registration on my website by using Google ReCaptcha 3, I want to set a score threshold limit based on data collected over a period of time. However, the score is always coming back as 0.9. I have set up a python…
Brad Waterhouse
  • 263
  • 3
  • 13
12
votes
4 answers

reCAPTCHA V3: how to deal with expired token after idle?

For Google reCAPTCHA V2 it was clear what to do when the token gets expired because of idle: the customer has a change to click on the reCaptcha checkbox again. For Google reCAPTCHA V3 it is different as it is unclear when the token gets expired…
Haradzieniec
  • 9,086
  • 31
  • 117
  • 212
1
2 3
25 26