recaptcha-v3 Questions
1
I have added invisible reCaptcha V3 to asp.net core 6.0 Angular SPA.
Registration MVC page HTML:
. . .
<input type="hidden" name="captcha" id="captchaInput" val...
Ginetteginevra asked 9/11, 2021 at 13:24
6
Solved
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...
Meghanmeghann asked 20/3, 2019 at 0:19
5
Solved
Reading through the code at https://www.gstatic.com/recaptcha/api2/v1531759913576/recaptcha__en.js there are numerous references to bottomleft (as opposed to bottomright where the icon is generally...
Zito asked 20/7, 2018 at 14:1
1
Solved
I'm trying to include reCAPTCHA in a React application I'm developing, with Next.js for the server side functionality.
I think I'm fundamentally confused by reCAPTCHA Enterprise.
The former "f...
Parathyroid asked 12/4, 2021 at 20:2
8
Solved
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...
Oligopsony asked 24/7, 2018 at 21:20
2
Solved
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 th...
Golda asked 5/10, 2020 at 10:5
2
Solved
I'm migrating from Google reCAPTCHA v2 to v3. As they are quite different, I have a question.
I used to place my reCAPTCHA v2 only inside web pages where a form exists, to make users click and av...
Intrados asked 2/6, 2019 at 14:55
4
Why does recaptcha v3 throw an error ?
... when I check the humanity of a visitor a second time on the same page?
Token is clearly NOT a duplicate.
... so what is a duplicate?
First token:
03...
Tamp asked 17/7, 2018 at 21:42
3
Solved
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...
Lait asked 6/9, 2019 at 19:59
2
In the reCAPTCHA v3 docs, it says
reCAPTCHA works best when it has the most context about interactions with your site, which comes from seeing both legitimate and abusive behavior. For this rea...
Valais asked 28/4, 2020 at 0:25
12
Solved
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...
Implied asked 3/12, 2014 at 14:25
0
We have been using recaptcha V3 for ours sites since last 6 months.
But since last week we are facing ERROR for site owner: Invalid key type.
I double checked and confirmed that the keytype is V3 i...
Inellineloquent asked 17/3, 2020 at 14:47
1
According to the docs if I want to hide the reCAPTCHA v3 badge I have to display some text containing links to Privacy Policy and Terms of Service:
"This site is protected by reCAPTCHA and the G...
Bartholomeo asked 12/12, 2019 at 9:31
1
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/crea...
Kamal asked 25/4, 2019 at 21:21
1
Solved
I managed to get ReCaptcha3 working when including it like this:
<script src="https://www.google.com/recaptcha/api.js?render=mykey"></script>
<script>
grecaptcha.ready(function(...
Coolie asked 4/2, 2020 at 23:57
2
Solved
i have an issue with Google Recaptcha V3. Id does work on single form but works only for first form if in page are more than 1 form.
How to make it work for all forms?
I know that issue is with id=...
Biannual asked 9/6, 2019 at 14:7
1
Solved
I have been trying to integrate Google reCAPTCHA v3 to a website through the RecaptchaField provided by Flask-WTF. I know that reCAPTCHA v3 is newly introduced by Google and I am wondering if Flask...
Cappadocia asked 21/12, 2018 at 18:12
0
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 a...
Nurse asked 11/7, 2019 at 9:29
2
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.a...
Elmerelmina asked 3/4, 2019 at 18:3
1
Solved
I am implementing the Recaptcha V3 on my site, and I could not find a proper way to reset the token if my request has failed.
Following the documentation, to load the recaptcha I need to include t...
Neuman asked 23/12, 2018 at 18:42
1
I use nuxtjs as front end going to put Google recaptcha versi 3 in my site but it always give me google captcha in right bottom, i use recaptcha versi 3
this is my screen shoot
i configure code...
Sanorasans asked 10/11, 2018 at 0:16
1
I would expect recaptcha v3's score to drop if a user (or bot) repeated does the same thing, however that doesn't seem to be the case.
Here's a brief extract from my logs while I try different pas...
Acupuncture asked 19/7, 2018 at 17:35
© 2022 - 2024 — McMap. All rights reserved.