4,383 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
0
answers
48
views
How to assess the trustworthiness of cloud browser automation platforms before trusting them with cookies/tokens/accounts and running scraping [closed]
I’m doing browser automation for data extraction and partially for user-like scenarios such as logging in, filling out forms, and exporting data from a personal account area. I want to use a third-...
1
vote
0
answers
90
views
what are the keys created by firebase used for: "Key for Identity Platform reCAPTCHA integration"
Firebase automatically creates keys in google cloud recaptcha, when identity platform is picked for auth. Those keys are named: "Key for Identity Platform reCAPTCHA integration" and can be ...
Advice
0
votes
1
replies
90
views
Google Cloud Classic Keys validity
We are confused with the status of the Google’s ReCAPTCHA keys.
Our Google captcha keys have now been migrated successfully to Google Cloud as Classic Keys. No issues with that.
My question would now ...
-4
votes
0
answers
70
views
How to handle reCAPTCHA/hCaptcha challenges in Chrome automation for testing purposes? [duplicate]
I’m developing an automated testing framework that uses Selenium (including headless Chrome) to test web applications. During test runs, I frequently encounter CAPTCHA challenges — mainly reCAPTCHA v2 ...
0
votes
1
answer
102
views
Android Recaptcha Enterprise com.google.android.recaptcha.RecaptchaException - Internal Error
I am using Recaptcha Enterprise client in Android and making these calls:
val client = Recaptcha.fetchClient(
context.applicationContext as Application,
BuildConfig.RECAPTCHA_SITE_KEY,
)
...
0
votes
0
answers
130
views
What credentials do I need for Google reCAPTCHA Enterprise?
I'm using Google reCAPTCHA Enterprise, and I'm on the stage of creating an "assessment" in my server side code (PHP). I'm following the example code from the docs but I get an error:
"...
0
votes
0
answers
82
views
How to integrate v3 invisible recaptcha to Magento 2.4.6 search
I have integrated recaptcha in search form but the issue is when user directly hit the search url like catalogsearch/result/?q=ring, there also i have integrate recaptcha. Please suggest some method. ...
1
vote
0
answers
134
views
Do we need migrate safetynet recaptcha to Recaptcha enterprise for Android
Based on the deprecation notice at https://cloud.google.com/recaptcha/docs/deprecation-policy-mobile, "Safetynet reCAPTCHA" has been deprecated and turned off in Q3 2025. Are Android apps ...
0
votes
2
answers
108
views
ModuleNotFoundError: No module named 'captcha'
I'm trying to add a Google Captcha to a Django form, but I still keep getting the following error even when everything has been successfully configured.
File
"C:\Users\PC\AppData\Local\Programs\...
0
votes
0
answers
71
views
I see excessive whitespace when i increase the height of Google reCAPTCHA in an iframe tag
<aura:if isTrue="{!v.requiredOnce == true}">
<aura:if isTrue="{!v.isHuman == false}">
<iframe aura:id="captchaFrame" src="{!$...
1
vote
1
answer
67
views
reCAPTCHA error: 12008: Invalid Type of Site Key on Android
I’m trying to implement Google reCAPTCHA in my Android app, but I keep getting this error:
12008: Invalid Type of Site Key
What I did:
Generated a reCAPTCHA key from the Google reCAPTCHA Admin ...
-5
votes
1
answer
135
views
Integration with Google ReCaptcha [closed]
I added Google ReCaptcha but it does not seem to work.
I use one index.html in which i have my form and a file.php to send the form.
In my console, i am at the "integration" in the "...
0
votes
0
answers
61
views
Recaptcha doesn't load (for some devs) in chrome, does in edge, in ASP.NET/Framework site
I work on an old .NET Framework 4.8 site serving angularjs. We load recaptcha in a script tag (as opposed to bundle.js). The render query value is replaced with what I am assuming is our key, which I ...
1
vote
2
answers
84
views
Unable to validate reCAPTCHA in Laravel Jetstream with Inertia.js during login
Jetstream Version
4.0
Jetstream Stack
Inertia
Laravel Version
10.10
PHP Version
8.1
I am implementing Google RECAPTCHA v3 in Jetstream login. But its fails because inertia Jetstream auth sending 2 ...
0
votes
0
answers
114
views
Firebase Phone Auth on iOS with Silent APNs Doesn't Work - Still Opens Safari (reCAPTCHA)
I’m trying to implement Firebase Phone Authentication on iOS using silent APNs verification, so that users don’t have to deal with the fallback reCAPTCHA flow.
Despite following all Firebase and Apple ...