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
Filter by
Sorted by
Tagged with
-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 ...
Ian McLoughlin's user avatar
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. ...
mrrobot's user avatar
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 ...
user23745000's user avatar
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 ? ...
user23745000's user avatar
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 ...
user23745000's user avatar
-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(){ // ...
Rodrigo Alonso's user avatar
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 ...
stubborn's user avatar
  • 300
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 ...
Danie's user avatar
  • 459
-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 ...
user9675246's user avatar
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 ...
Filadelfo's user avatar
  • 106
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} ...
Kristina Krastanova's user avatar
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 ...
Luis Castellon's user avatar
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 ...
Grégoire Bézier's user avatar
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 ...
jblack's user avatar
  • 11
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 ...
RajaSundar's user avatar
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 ...
FraneCal's user avatar
-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 "...
pratiksha jagtap's user avatar
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 ...
Syed Sharful Islam Sifat's user avatar
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 ...
Wlodz Mur's user avatar
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, ...
Joe Bobby's user avatar
  • 2,823
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 ...
Andre Korosh Kordasti's user avatar
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 ...
ali heydarabadii's user avatar
-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 ...
user3609500's user avatar
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 ...
Adm.bjmn's user avatar
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 ...
sifo-dias's user avatar
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 ...
buga's user avatar
  • 1,022
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 ...
Farhin Shaikh's user avatar
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 ...
Shubham Patel's user avatar
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"&...
Giovanni Paez's user avatar
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&...
Salil Rajkarnikar's user avatar
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 ...
RYOTARO's user avatar
1 vote
0 answers
69 views

How to implement reCaptcha V3 in Angular 11? [closed]

I have a project in Angular 11.2 which is very difficult to update to a higher version of Angular. I was able to implement reCaptcha V2 but I have not been able to implement either V3 or Enterprise. ...
Moshico's user avatar
  • 11
0 votes
1 answer
46 views

How to resize google recaptcha per the container size

Need to align the captcha in the container. Code - <div id="googleRecaptcha" class=""> <div class="g-recaptcha" data-sitekey="${siteKey}" data-...
cshendye's user avatar
-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, ...
Leonardo Aranha's user avatar
0 votes
0 answers
40 views

Google reCAPTCHA Enterprise: Key Status "Unprotected"

Does anyone know why the "Key Status" in Google reCAPTCHA Enterprise says, "Unprotected" and how to fix it please? Thank you! Double checked all keys are in place. I have Googled ...
Patricia213's user avatar
0 votes
0 answers
47 views

TelegramError: 400: Bad Request: IMAGE_PROCESS_FAILED

I am developing a registration bot with Telegraf.js, but I tried to add recaptcha verification to this bot, but I had a problem, here are my codes //index.js bot const { Telegraf, Markup } = require('...
mars0j's user avatar
  • 17
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 ...
Abdellatif Derbel's user avatar
0 votes
0 answers
46 views

Firebase Phone Authentication in Flutter - Remove reCAPTCHA Step

I'm working on a Flutter project using Firebase for phone authentication. However, during the authentication process, my app redirects to the browser for reCAPTCHA verification before sending the OTP ...
Nizam-Uddin Jatoi's user avatar
0 votes
0 answers
16 views

Recaptcha V2 layout is broken after page loading

After executing the code below, the layout of the reCAPTCHA v2 section in the form is broken. However, it functions properly after manually refreshing the page. location.reload(); This is in Safari
Claire's user avatar
  • 113
0 votes
0 answers
106 views

Recaptcha is blocking valid form submissions since beginning feb 2024

I use Recaptcha V3 across all my WordPress websites, adding it into elementor pro forms and have had no issues at all until the last few days. When someone goes to submit their form it just comes back ...
Gift Of The Gab Web Design's user avatar
0 votes
0 answers
53 views

nested uiOutput with shinyCaptcha

I need to use some nested uiOutputs: library(shiny) library(shinyCAPTCHA) ui <- fluidPage(uiOutput("bodyOut")) server <- function(input, output, session) { result <- ...
Lev's user avatar
  • 811
0 votes
1 answer
62 views

shinyCaptcha. How to customize my own button?

The example code for shinyCaptcha documentation works well. library(shiny) library(shinyCAPTCHA) ui <- fluidPage( recaptchaUI("test", sitekey = "...
Lev's user avatar
  • 811
1 vote
0 answers
45 views

How to submit response for Google Invisible reCaptcha?

I'm trying to log into website like this: https://google-invisible-captcha-m2.magento-demo.amasty.com/customer/account/create/ It is easy to get the site key info: require([ '...
zxdawn's user avatar
  • 929
0 votes
0 answers
136 views

Next 14 with Google recaptcha v3 showing info box on all routes

I have problem with my project which is written in Next 14. I use npm library https://github.com/snelsi/next-recaptcha-v3 to have Google recaptcha on my contact site. There I have to use recaptcha ...
Notik's user avatar
  • 35
0 votes
0 answers
36 views

ReCaptcha V2 is not preventing bot emails in my Ruby site?

I have successfully added a checkbox recaptcha to my forms, however the spam emails previously being sent out are still getting through. It is the same name but a different email every time. Sometimes ...
Aimee's user avatar
  • 11
0 votes
0 answers
25 views

Firebase Authentication using Phone - Recaptcha Verification - React JS - Uncaught runtime errors - Web

I'm using Phone option of Firebase auth service. It requires recaptcha. I'm using invisible recaptcha. But facing some issue in it. When the recaptcha gets generated, after some time, it throws "...
Muhammad Mansha's user avatar
0 votes
0 answers
28 views

reCAPTCHA v2 Occasional Leaks

I'm using v2 to protect a registration form from spam, but there are still occasional spam registrations happening on some days, like yesterday. Today, though, there were over 70 spam registrations ...
Nick Weisser's user avatar
1 vote
0 answers
82 views

Getting FunCaptcha token on Android

I want to load a funcaptcha via webview and give the token when the user solves that captcha. url funcaptcha = https://fbsbx.com/captcha/recaptcha/iframe/ This code receives the Google Captcha token. ...
RubinAds's user avatar
0 votes
0 answers
39 views

What to do about deleted reCAPTCHA key

We have several Salesforce forms that were using reCAPTCHA and when creating a new form, we mistakenly deleted the old key which broke the existing forms. I have created a new key and entered it into ...
Thomas McIntosh's user avatar
0 votes
0 answers
60 views

How to "submit" injected reCaptcha v2 solution when no button identified? (Selenium - Python)

Below is what I have so far, but it doesn't work.. I found a textarea marked g-recaptcha-response and injected into it a TwoCaptcha-generated solution. But I have no way to "Submit" it. ...
fobik35911's user avatar

1
2 3 4 5
89