recaptcha Questions
4
I'm using google's recaptcha in an angular project, it works as expected but I can't figure out how to reset it.
I have a form in which the user sends data and I would like after a successful post...
Upmost asked 21/9, 2015 at 10:5
1
I'm curious what, if any precautions I should take to protect the site key. The docs mention the secret key which is used for server-side validation should be considered secret. I'm guessing site k...
Mcauliffe asked 12/2, 2020 at 4:27
9
Solved
I integrated the new hidden reCAPTCHA (v2) framework which by default verifies the user with the click event of the submit button. But this event is triggered before the built-in HTML form validati...
Medievalist asked 15/1, 2017 at 20:28
5
Solved
From the documentation I understood that in order to change the language of the recaptcha I have to render it explicitly.
The problem is, however, that it's not really showing up, and the onload ...
Lucais asked 15/5, 2015 at 14:34
4
Solved
Recently the last few days, we have been seeing a growing number of 404s all with the following format: (some stuff redacted)
1.1.1.1 - - [11/Jul/2024:14:00:56 +0000] "POST /recaptcha/api2/clr...
Ludwig asked 11/7, 2024 at 19:58
7
I am using Google invisible recaptcha. Is there a way to detect when the challenge window is closed? By challenge window I mean window where you have to pick some images for verification.
I curren...
Earthly asked 19/4, 2017 at 6:58
6
Solved
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 diffe...
Luna asked 30/1, 2019 at 9:56
2
I keep getting this error, I am trying to implement google reCaptcha v3, I gave myself all possible permissions on my service account but nothing seems to work.
I don't even understand the error.
t...
Piggy asked 18/11, 2021 at 13:30
4
I was trying google Recaptcha on the Safari browser which couldn't work (It's working on any other browser like Edge, IE, Firefox, Chrome). After waiting for a minute it returns:
Could not conne...
Stefanysteffane asked 18/2, 2020 at 6:40
3
as I understand, it seems to be possible to use both v2 and v3 on the same page (see https://github.com/google/recaptcha/issues/279), but can't find any example of it :/
I already have HTML pages ...
8
Is it possible to set some flag in my browser so that I always get the RECAPTHCA image challenges? Sometimes when you click on the "I am not a robot" button, it gives you a pop up challenge with so...
Aluminium asked 24/1, 2018 at 20:50
3
Solved
I am setting an invisible reCAPTCHA in my web application and having trouble verifying the user's response. (even though I am passing the correct POST parameters)
I am programmatically invoking th...
3
i am using google recaptcha v3 in my website ,
here is the code i have added in my html web page in the head:
<script src="https://www.google.com/recaptcha/api.js?render=my public key"...
Loar asked 3/9, 2020 at 16:6
10
I'm trying to use ReCAPTCHA where I am getting following error.
ReCAPTCHA couldn't find user-provided function: myCallBack.
How can I solve this issue?
var verifyCallback3 = function(response...
5
I am attempting to setup a google recaptcha on my site and the plugin I am using is asking for the site key AND a secret key. No idea what a secret key is, I cannot find it in my settings anywhere ...
Chatelain asked 22/3, 2021 at 23:16
10
Solved
I'm implementing an invisible reCAPTCHA as per the instructions in the documentation: reCAPTCHA V2 documentation
I've managed to implement it without any problems. But, what I'd like to know is wh...
Abstractionism asked 13/4, 2017 at 16:46
17
I have a simple contact form in aspx.
I want to validate the reCaptcha (client-side) before submitting the form.
Please help.
Sample code:
<%@ Page Language="VB" AutoEventWireup="false" CodeF...
Martyr asked 12/1, 2015 at 12:56
3
Solved
I'm new to wordpress and I am using Contact Form 7 for a form on the website. At the bottom of the form, I've added recaptcha and then the send button. I want to add a SPACE between the end of reca...
Hypoacidity asked 21/9, 2016 at 17:55
4
I'm trying to run ng serve but I am getting
Error: This command is not available when running the Angular CLI outside a workspace.
I have tried opening integrated terminal on VS code, but didn't w...
7
I would like to use an inline badge with v3, but there is no documentation on badge position for v3.
Disencumber asked 29/5, 2018 at 11:30
0
The both versions(V2,V3) of google recaptcha sets third party cookies . As you might know Chrome will block the usage of third party cookies in 2024. Will recaptcha work then or implementation on u...
Levorotatory asked 19/1, 2024 at 10:33
9
Solved
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 sho...
Rummer asked 20/12, 2018 at 20:1
1
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 r...
Colorblind asked 11/6, 2021 at 11:0
2
Solved
How do I get this token google reCAPTCHA needs to send a request to https://www.google.com/recaptcha/api/siteverify ?
The documentation is not very clear:
https://developers.google.com/recaptcha/d...
Lachellelaches asked 6/3, 2023 at 13:14
1
Solved
I am developing an application using Next.js App Router and Firebase. I would like to integrate the AppCheck service so that all requests to Firebase are verified.
However, when I initialize AppChe...
Eristic asked 14/11, 2023 at 16:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.