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

reCaptcha v3 integration with JSP

I need to integrate recaptcha v3 with my jsp site. It's just a login page which is sending data to another endpoint after clicking Login button. FOr PoC I was able to add recaptcha on page and get token when page is load. Then I was able to verify…
chastain
  • 69
  • 8
0
votes
1 answer

reCaptchaV3 with drip (multiple forms, one page)

So, I'm using getdrip to set up my forms and currently, it has recaptcha V2 (we're updating to V3). Does anybody know if it is possible to add the recaptcha on multiple forms on a single page?
0
votes
1 answer

In Laravel with ReCaptcha V3, how do I access the "score" returned from a rule?

In Laravel, I am setting up Google ReCaptcha V3 which now returns a "score". I've managed to setup a validation rule to allow my form to submit (all working), but this is only returning true or false to pass the validation. How do I base this on…
Jquestions
  • 1,650
  • 1
  • 23
  • 30
0
votes
2 answers

Contactform7 with Recaptchav3 not showing badge

I have updated multiple Wordpress websites that used contactform7 Version 4.9 to the new Version 5.1.1. With this update I had to install the new Google Recaptcha V3. In most cases the update was not a problem and it worked perfectly, however in…
0
votes
1 answer

Issues related to Google reCaptcha v3

I wanted to integrate reCaptcha in a website and bit of confused, about it's working. Here's how I configured: Added this code in head: After that, I added this javascript callback inside each form on the site: (grecaptcha above the submit…
j92
  • 35
  • 3
  • 10
0
votes
1 answer

Recaptcha Visually Broken on Firebase Phone Auth App in the Browser

I really like Firebase phone authentication. I wrote a project in February 2017 using
zipzit
  • 3,778
  • 4
  • 35
  • 63
0
votes
1 answer

Recaptcha v3 covers the content

Im using recaptcha v3. However, it covers up the content on my page. It's a icon in down right corner. For example, / route or /home doesnt use recaptcha... so is there a point to keep displaying that icon? In my case, only /create-user uses…
Patrickkx
  • 1,740
  • 7
  • 31
  • 60
0
votes
1 answer

Send recaptcha secret in POST body instead of URL parameters

Server Integration of ReCaptcha works well when I pass values as URL parameters. { "success": false, "error-codes": [ "missing-input-response", "missing-input-secret" ] } The request fails when I pass values as JSON in POST body. { …
Lordbalmon
  • 1,634
  • 1
  • 14
  • 31
0
votes
1 answer

reCAPTCHA v3 vs Internet Explorer

I have a client request to add a reCAPTCHA v3 to a form. Client uses Internet Explorer 8. Could not find any references to Internet Explorer's versions compatibility. But I have heard from my fellow workmates that doesn't work on Internet Explorer…
0
votes
1 answer

Google recaptcha v3 always returning error

Following the instructions I get a valid token from my front end (can see in dev tools): window.grecaptcha .execute(captchaPkey, { action: 'contact' }) .then((token) => { // this is what I POST to my API So in my React front end: send =…
Mark Robson
  • 1,298
  • 3
  • 15
  • 40
-1
votes
0 answers

how do you tell recaptcha to allow certain username/email accounts to pass through unchallenged?

I have a username/password combo for which I would like to tell recaptcha to allow to proceed logging in to our website unchallenged (without going through the puzzles). Doing a search online for how to do this brought me to this page, which…
user1068636
  • 1,871
  • 7
  • 33
  • 57
-1
votes
0 answers

Google Recaptcha plugin console error in jsp page

I am using google Recaptcha plugin in my jsp page to display captcha. When i load jsp page in browser. I am getting below error in console. "The content-security-policy directive 'object-src' contains the keyword 'none' along side with other source…
-1
votes
1 answer

RECAPTCHA V3 IN SINGIN AD-B2C WITH USER FLOW

I hope you can help me, azure b2c only let me integrate captcha on registration but not on login, i have been searching about integrate captcha v3 in login (AD-B2C) - user flow, and I only have little time. I found this, Is there any sample for AD…
-1
votes
1 answer

file_get_contents() returning false for Google reCAPTCHA v3

I have been trying to implement Google reCAPTCHA v3 by using the following PHP source code:
deniz
  • 3
  • 1
  • 5
1 2 3
25
26