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
-1
votes
1 answer

Google recaptcha V3 response array NULL on live server but works on localhost

I have the following problem: My code works on localhost but doesn't work on live server. My code: $recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify'; $recaptcha_secret = 'CAPTCHA_SECRET_KEY'; //secret key $recaptcha_response =…
kopasz
  • 13
  • 3
-1
votes
1 answer

How to implement reCaptcha v3 with ASP .NET Webform in Contact Us form?

I can not do how to implement google recaptcha v3 in Contact us webform in ASP .NET(not in MVC). please help me to short out this problem.
-1
votes
1 answer

How to implement Google Recaptcha v2 to the web application that has restricted access to Google recaptcha

Let me tell you the use case, We are developing an application that does financial operations in the closed network i.e. it will not have access to the Google api. Given that, I need to know if there is any possibility of having our own google…
surendher
  • 1,374
  • 3
  • 26
  • 52
-1
votes
1 answer

Recaptcha v3 issue

Suddenly Recaptcha V3 stopped working. I am getting error. Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge.. But internet is fine. On investigation found that…
-1
votes
2 answers

reCaptcha V3 fails validation on first form submission only

I am trying to set up reCaptcha v3 and it sort of works. For some reason the first time I submit the form it fails but from the second submit onwards it is fine. I can't figure out why this is happening?
user10980228
  • 597
  • 1
  • 6
  • 21
-2
votes
1 answer

I use php to program a signin form How can i solve problem with recaoptcha v3

I've this error on my program: Undefined property: stdClass::$score This is my code: protected function signinCaptcha():string|bool { //echo "test: -> "; var_dump($this->saveForm());exit; if ($this->saveForm()): //echo…
1 2 3
25
26