69 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
130
views
How to include the `action` parameter when reloading Invisible reCAPTCHA v3 tokens via HTTP requests?
I’m using blaannk’s Invisible reCAPTCHA bypass (manually reloading the captcha via HTTP) to generate v3 tokens. It works, but I need tokens tied to a specific page action (grecaptcha.execute({action: &...
0
votes
0
answers
69
views
Is there any google documentation stated about that value should add to CSP directive 'correct-src'?
I had implemented google recaptcha at my website and the website using Content-Security-Policy (CSP). According to google documentation, we should add following values to the directives which I ...
0
votes
1
answer
642
views
How to resolve the error reCAPTCHA has already been rendered when using reCaptcha v2 as fallback of v3
We are trying to use the combination of reCaptcha v2 and v3 in the login page so we explicit render the reCaptcha v2 widget(challenge based reCaptcha) if reCaptcha v3 (invisible reCaptcha) fails.
Here'...
2
votes
0
answers
258
views
Recaptcha Error Code - Verification Error/Setup
I am very much a novice when it comes to adding Recaptcha but have a site that is needing it due to bots spamming the contact form. I have it installed on the form and that looks fine with the ...
0
votes
0
answers
59
views
how to get "g-recaptcha_response" from cookies?
i need get "g-recaptcha_response" for next requests. and found this:
Google reCaptcha - How to get g-recaptcha-response - without FORM TAG
enter image description here
but its not python and ...
3
votes
1
answer
903
views
Recaptcha not displaying after March 28th update (from Nate Dudley Original Poster)
Recaptcha had an update on March 28, 2024 and after the update console errors started appearing with this message: recaptcha__en.js:600 Uncaught TypeError: Ay is not a function
Recently we identified ...
0
votes
0
answers
51
views
How to resize google recaptcha challenge image
This is my code for recaptcha
<div class="g-recaptcha" data-sitekey="${siteKey}" data-callback="call1" data-expired-callback="call2">
I am not able to ...
4
votes
1
answer
369
views
reCAPTCHA v. 3 returning the same token on the second calls with different action
I'm using Google's reCAPTCHA v.3 in a React application and I've encountered an issue where window.grecaptcha.enterprise.execute(reCaptchaKey, { action }) returns the same token on the second call ...
1
vote
0
answers
560
views
grecaptcha.getResponse(); returns empty line
I am trying to implement google recaptcha v2 using ajax php but its not returning response after i solve it. i have two recaptchas, with different keys, first one works just fine.
after solving ...
0
votes
1
answer
2k
views
reCAPTCHA v3 g-recaptch using form submit
I want to use recaptcha api but didn't want to rewrite this function. I have the key on the submit button and on the form tag. I can see its not generating the tokens just sending the sitekey. Any ...
3
votes
0
answers
1k
views
INVALID_APP_CREDENTIAL for GoogleIdentityToolkit API
I am using firebase phone authentication feature for web. I have implemented it by using javascript sdk. It is working unexpectedly from last few days. When I am requesting to send verification code ...
0
votes
1
answer
703
views
reCaptcha is not calling the onload function
I am trying to implement reCaptcha for submission of form but I am having trouble implement the google captcha javascript . I am not getting any console message in console.
<script src="...
1
vote
1
answer
1k
views
What will be the g-captcha-response after 1 million usage of Google ReCaptchaV2 free ? Will it be an empty string or something else?
I am working for a project where I have to integrate google recaptcha v2 . I am afraid about what happens if the captcha monthly limit exceeds , How will the google response looks like at that time ? ...
1
vote
0
answers
31
views
reCaptcha verification fails with uncaught promise error [duplicate]
I have encountered a problem when trying to implement reCAPTCHA v3 onto a website to prevent spam emails.
The problem I currently have is that the reCAPTCHA gives me an error that loos like this:
...
2
votes
1
answer
2k
views
How to find the analytics page for a Google reCAPTCHA registration
This might be a stupid question, but the Google developer portal is horrible...
I've recently signed up for an API key pair for Google's reCAPTCHA service (https://developers.google.com/recaptcha)
But ...