Questions tagged [recaptcha]
For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.
recaptcha
4,435
questions
-3
votes
1
answer
32
views
Google ReCaptcha Never Shows Puzzles [closed]
For our use-case, reCaptcha v3 or Enterprise does not work, please don't downvote without actually reading the question:
We have been using Google ReCaptcha v2 for some time with the goal of ...
0
votes
0
answers
21
views
Failing Recaptcha V3
I'm looking for assistance on creating a failed test case for Google reCAPTCHA v3. I've attempted to do so using Selenium Python automation, but it seems to be bypassing the reCAPTCHA entirely. ...
1
vote
1
answer
1k
views
Google recaptcha v2 verification in php - null response
I have been using recaptcha v2 across a number of php sites for the last few months. recently they have all stopped working. The admin page states "We detected that your site is not verifying ...
81
votes
3
answers
46k
views
reCAPTCHA - error-codes: 'missing-input-response', 'missing-input-secret' when verifying user's response (missing details on POST)
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 the ...
0
votes
0
answers
30
views
Invisible ReCaptcha prompts image selection on every request
As the title says despite the fact that I am using ReCaptcha Enterprise invisible the image selection dialog pops up whenever grecaptcha.execute() method gets executed.
I have checked recaptcha admin ...
0
votes
1
answer
53
views
Call a javascript function on form submission in Umbraco
Hello Stackoverflow community,
Can someone please share their insights on how can we call a javascript function during form submission in Umbraco frontend and then continue the rest of the workflow ?
...
1
vote
2
answers
88
views
Creating a Custom field type in Umbraco to supports the invisible enterprise reCaptcha
Hello Stackoverflow community.
Currently, I found that Umbraco doesn't have an option to support the enterprise invisible reCaptcha. After following a bit along I did came across this documentation ...
0
votes
1
answer
55
views
Is there a Google reCAPTCHA plugin available for Redmine version 5.0.5?
I have recently upgraded Redmine from version 3.4.6 to 5.0.5. The Google reCAPTCHA plugin we were using earlier is no longer supported, as it relies on deprecated requirements and did not install ...
-1
votes
0
answers
24
views
Shopify reCaptcha V2 align to right cant select images or buttons
In tried to align a V2 Captcha in my Shopify store but couldn't.
Tried this code but nothing. This only happens in mobile.
Mobile view of the image challenge
$(document).ready(function(){ // ...
0
votes
0
answers
41
views
uwp - WebAuthenticationBroker does not show cloudflare captcha
I have recently added cloudflare captcha to my website. I am using uwp WebAuthenticationBroker to perform oauth2 like this:
WebAuthenticationResult webAuthenticationResult = await ...
427
votes
26
answers
522k
views
Using reCAPTCHA on localhost
I'm developing a website using PHP and I want to make a human verification in one of the sessions. For the development, I'm initially running the system locally and when it is ready, I'm going to put ...
0
votes
3
answers
6k
views
Google recaptcha v3 recaptcha_response is null
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">...
0
votes
0
answers
38
views
Unsubscribing to the reCAPTCHA v3 execution subscription in ng-recaptcha
I am using Google reCAPTCHA in my Angular 14 application. I am using the ng-recaptcha npm package, version 10. The documentation says that its important that I close the execute subscription. The ...
12
votes
2
answers
11k
views
ReCAPTCHA is generating Content Security Policy warnings
I implemented reCAPTCHA v3 on my website, all is working fine, I'm getting a score back and everything on the server-side.
However, I'm getting tons of Content Security Policy warnings in the console ...
-1
votes
0
answers
42
views
Google reCaptcha errors layering
I'm getting default warning in reCaptcha (This reCaptcha is for...) and when I'm getting another warning they are layering.
Is exist a proppert way to move one of them to the bottom or hide "This ...
2
votes
0
answers
29
views
Google Recaptcha on explicit render for mulitple forms it returns "Invalid key type" error
I'm having some issues on implementing Google recaptcha validation on a single page having multiple forms.
Reading many posts on the argument has led me to this design, that includes the possibility ...
1
vote
1
answer
74
views
Interact with a button inside an iframe using the nodriver library in Python
I'm working on an automated testing project in Python and using a library called nodriver. Currently, I'm facing difficulties selecting and clicking a button within an iframe, specifically a reCAPTCHA ...
0
votes
1
answer
232
views
Dealing with puzzle captcha using Selenium that has a limit of 5 attempts
I have been scraping this site: https://www.immobilienscout24.de
When opening the site with selenium, the site sometimes gives you to solve a puzzle captcha after you have clicked you are not a robot ...
0
votes
0
answers
22
views
Should I do additional verification with react-google-recaptcha library?
I have implemented Google's ReCaptcha in React using the react-google-recaptcha library. I use the component like this:
<ReCAPTCHA
sitekey={captchaSiteKey}
ref={captchaRef}
...
18
votes
1
answer
7k
views
What is the URL for Google reCAPTCHA Admin Console?
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/create
...
0
votes
2
answers
2k
views
Error using Firebase authentication RecaptchaVerifier in Angular
I am trying to implement 2FA using Angular 12 and Firebase. But I keep on getting an error at the very start of the process in ngAfterViewInit:
Here is my code:
ngAfterViewInit(): void {
this....
25
votes
5
answers
35k
views
New Google reCaptcha: How to change text "I'm not a robot"
I've installed the latest Google reCaptcha tool on our yoga website. Now the users are confused about the text "I'm not a robot" that appears next to the checkbox.
Most of our users do not know what ...
1
vote
1
answer
93
views
Is the package expo-firebase-recaptcha still working in 2024?
I need to implement the function signInWithPhoneNumber provided by the firebase SDK in my react native - expo application.
This function, requires a recaptcha validator, but, the official Firebase ...
0
votes
0
answers
35
views
reCaptcha Enterprise assessment Node.js code breaks on unexpected '.'
I'm trying to set up reCaptcha Enterprise in a React/Node.js application. I have successfully set up the reCaptcha to work on the frontend and it is generating a token and passing it to the backend ...
0
votes
0
answers
27
views
Selenium Press & Hold blocker
I'm facing the captcha kind of issue when I'm using selenium to scrape the data from the site (See the attached screenshot). The thing is even if I manually tried to solve the captcha also, but the ...
-2
votes
0
answers
18
views
'HeadersPath' is not supported for a 'framework' in library 'ios-arm64'
'HeadersPath' is not supported for a 'framework' in library 'ios-arm64'.getting that error.
'HeadersPath' is not supported for a 'framework' in library 'ios-arm64'.
I am adding the pod "...
0
votes
0
answers
24
views
facing recaptcha has already been rendered this element
I was trying to add firebase phone otp verification on a project but getting frustrated by the message of recatcha has already been rendered on this element ,on a first try the otp sends successfully ...
41
votes
10
answers
80k
views
ReCAPTCHA couldn't find user-provided function: myCallBack
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) {
...
0
votes
0
answers
51
views
Loading reCAPTCHA asynchronously
I am using Google reCAPTCHA on my Laravel site. Everything works fine, but loading the reCAPTCHA slows down the loading of the site page by almost 2 times.
I read your documentation (Loading reCAPTCHA ...
0
votes
0
answers
66
views
Implementing Google ReCAPTCHA V3 Into Website (PHP)
I'm trying to implement Google ReCAPTCHA V3 using the PHP example here: https://stackoverflow.com/a/60036326/1096190
Yesterday's output was 0.9 but form.js still had issues sending the form. Today, ...
0
votes
0
answers
21
views
Invisble reCAPTCHA 2.0 reCAPTCHA Token: null with Firebase
So even in Google reCAPTCHA site it says:
We detected that your site is not verifying reCAPTCHA solutions. This
is required for the proper use of reCAPTCHA on your site. Please see
our developer site ...
-1
votes
1
answer
126
views
Issue using Buster: Captcha Solver for Humans extension with Selenium in development browser
I'm experiencing difficulties using the Buster: Captcha Solver for Humans extension alongside Selenium and Python. When accessing the site in the development browser, the extension is not displayed, ...
0
votes
0
answers
30
views
recaptcha error hashed_account_id is deprecated
I am trying to call Recaptcha Enterprise and it keeps giving me the following error
hashed_account_id is deprecated in (google/cloud-recaptcha-enterprise/src/V1/Event.php)
and I have the following ...
-2
votes
0
answers
29
views
ReCAPTCHA v2 on Contact Us form allowing some scam and other messages through
I implemented reCAPTCHA v2 tickbox on a simple Contact Us form some while ago. I receive 1 or 2 junk emails (some in Russian, some adverts particularly about improving SEO ranking and casinos etc) per ...
0
votes
1
answer
45
views
Can I combine recaptcha challenge key and recaptcha session key with Google Cloud Armor?
Has anyone managed to combine recaptcha challenge key and recaptcha session key within the same cloud armor, and make both types work on the same page.
I can only associate one recaptcha entreprise ...
0
votes
1
answer
100
views
reCAPTCHA Maihide: where is it? [closed]
With the last reCAPTCHA update, the function to hide mails ("Mailhide") seems to have vanished completely.
although you can still get keys and although, actually, using the old libraries (no longer ...
1
vote
1
answer
201
views
reCaptcha not working with latest Chromium 122 release
since Chrome and Edge got updated last week to version 122 reCaptcha stopped working on my website.
What seems to be happening is that the callback doesn't get called. Once user clicks on the checkbox ...
12
votes
2
answers
10k
views
Does Recaptcha v3 show graphical captchas at all?
I currently use invisible recaptcha and it automatically shows a captcha if it thinks the user is a bot.
Now there is Recaptcha v3 and I struggle to understand how it is supposed to be used.
It ...
0
votes
0
answers
24
views
Hubspot forms with Next.js 13 - Unhandled Runtime Error: reCAPTCHA placeholder element must be an element or id
Im having some difficulty solving this Error in my Next.js 13 application. Im am using the app router and integrating the hubspot form using an embed code. I have included the Hubspot script in a next ...
0
votes
2
answers
133
views
Can google recaptcha site and secret keys be created using api
Checked for apis in google for creating the site and secret keys which is required to form the recaptcha. Couldn't find one. Is there any way this can be done
0
votes
1
answer
126
views
can't find recaptcha v2 site key and secret in google console.cloud.google.com
A long time ago I've created the site key and secret for recaptcha v2 in the google cloud console.
Now all I can find there is reCAPTCHA Enterprise API with an ENABLE button,
the recaptcha on my site ...
2
votes
1
answer
110
views
ReCAPTCHA is stuck on disabled verify after clicking verify
My recaptcha on my web app is stuck like this
I m using react-google-recaptcha package
I did not know what you try. I expect it to move to next part of my code
This is the console
Here is a part of ...
1
vote
0
answers
68
views
Episerver reCAPTCHA Element - Server-Side Validation Query
I have an Episerver form with a reCAPTCHA element, and the keys are configured on the Google Console, working seamlessly. However, over the past few days, the site has been experiencing numerous form ...
1
vote
1
answer
100
views
How do I make my flutter app secure from spam attacks and malicious bots? [closed]
I have a flutter app where I perform user authentication with Firebase's email and password authentication. I want to secure the app from spam/bot attacks so that it doesn't cost me a fortune to host ...
0
votes
0
answers
40
views
Multiple recaptcha v2 on same page
I can't make multiple recaptcha work on the same page.
This is the main one: (login.php)
<form method="post" id="loginForm" class="recaptcha_form"&...
0
votes
0
answers
55
views
reCAPTCHA v3 calling API continuously
As you can see in the Network Tab API keeps getting called. I am using react-google-recaptcha-v3
<GoogleReCaptchaProvider
reCaptchaKey={CAPCHA_SITE_KEY as string}
language="en&...
6
votes
6
answers
14k
views
Recaptcha secret key, where is it in my Google Cloud Recaptcha account?
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 in ...
0
votes
0
answers
28
views
Does the blacklisting of domains affect Google recaptcha?
[1] In the past, a domain set up on a shared server was flagged as spam and blacklisted.
[2] Around the same time, a Google recaptcha timeout error began to occur every time a contact form was set up ...
78
votes
10
answers
47k
views
Is it possible to force fail a recaptcha v2 for testing purposes? (I.e. pretend to be a robot)
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 ...
1
vote
1
answer
1k
views
Rendering Google ReCaptcha in shadow dom
We are getting one error on rendering the captcha:
Uncaught DOMException: Blocked a frame with origin “https://www.google.com" from accessing a cross-origin frame.
Seems the issue is ReCaptcha is not ...