Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
49 views

Some months ago I received an email from Google telling me that my Google recaptcha keys were eligible for migration in a Google Cloud project. They also tell me that my average recaptcha monthly use ...
THE VIRTUAL MADNESS HOUSE's user avatar
0 votes
0 answers
99 views

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: "...
DisgruntledGoat's user avatar
1 vote
0 answers
111 views

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 ...
rysv's user avatar
  • 3,532
1 vote
0 answers
59 views

<aura:if isTrue="{!v.requiredOnce == true}"> <aura:if isTrue="{!v.isHuman == false}"> <iframe aura:id="captchaFrame" src="{!$...
Manvitha K's user avatar
-4 votes
1 answer
119 views

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 "...
Jean Guillon's user avatar
1 vote
2 answers
73 views

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 ...
Tarun Korat's user avatar
2 votes
1 answer
87 views

I'm using reCaptch v2 on my react app. To do that i'm using react-google-recaptcha npm package. Its looks like below atm. I need that component to take the fullwidth of the form. So how to do that? I ...
dilusha_dasanayaka's user avatar
1 vote
0 answers
89 views

I have had an accessibility check done on my site and it found that the iframe surrounding the image created for reCaptcha has a title attribute, but no alt attribute. Is there a way to add one? ...
Everett Green's user avatar
3 votes
0 answers
164 views

I have a problem with my SignInWithPassword, the email and password are correct but the "auth credential" is invalid. How I can solve this? I would to know if it's neccessary, for example, ...
Klout.'s user avatar
  • 31
0 votes
0 answers
106 views

I’m trying to integrate recaptcha-enterprise-react-native into my React Native app (using Firebase phone auth with signInWithPhoneNumber). When I try to build the app for Android, I get this error: ...
Benny Kerido's user avatar
1 vote
0 answers
97 views

I have a Manifest V3 extension whose popup page needs to run Google reCAPTCHA v3. Because MV3 disallows loading external scripts directly in extension pages, I followed the “sandbox” approach in the ...
ucanfil's user avatar
  • 13
0 votes
0 answers
95 views

I want to integrate a Google CAPTCHA V3 into my app. For testing, I created a separate demo for it. I set up the Captcha from the link below GoogleCAPTCHA I added the details below. Label Select V3 ...
B Mehta's user avatar
0 votes
1 answer
140 views

A few days ago I implemented Google's recpatcha into my website. It worked perfectly fine. Today I started working then I though to myself: "Hmm lets try the contact form (where i use the cpatcha)...
PetGamer's user avatar
-2 votes
3 answers
423 views

I'm trying to solve a ReCAPTCHA v2 challenge using CapSolver with the ReCaptchaV2Classification task type. However, whenever I call the CapSolver API, the response is always false, and the images are ...
Franco Motta's user avatar
0 votes
0 answers
37 views

I have limited website experience, but took over a site some years ago. The "Contact Form 7 (WordPress)" page has suddenly started to show "ERROR for site owner: Invalid site key", ...
John Mills's user avatar
0 votes
1 answer
339 views

I have few queries about Google recaptcha that I nowhere found answer. 1) Google recaptcha currently offers 10k assessments free per month. I'm trying to understand how each assessment is calculated. ...
user28757434's user avatar
0 votes
1 answer
72 views

is it correct that magento is automatically handle server side validation in existing register form if you've enabled Google reCAPTCHA in the admin panel Magento_Customer::register.phtml
AICHOUCH MEHDI's user avatar
-1 votes
1 answer
410 views

I am trying to put Google recaptcha on the "password forgotten" screen users/password/new. I set up the keys on my development, staging and production machines in a .env file as per ...
Julian's user avatar
  • 108
0 votes
0 answers
129 views

im trying to add recaptcha v3 in my magento pwa studios website but im getting this error uncaught TypeError: globalThis.grecaptcha.render is not a function this is happening in the contact page and ...
coder23456's user avatar
5 votes
1 answer
2k views

I know that this question has been posted multiple times, but most of the answers are deprecated or not valid for 2025 since SafetyNet is deprecated for new apps and Android DeviceCheck API is also ...
Cipri's user avatar
  • 253
0 votes
1 answer
209 views

I'm tryingto to use a captcha solving service but all of them request a code that's attached to an element called "data-sitekey" that should be in the HTML of a page with recaptcha on it. ...
Kason's user avatar
  • 1
0 votes
0 answers
98 views

I am using firebase auth and I wanted to add SMS MFA Verfication. I had struggled a lot integrating the required RecaptchaVerifier with my React Components. So I ended up trying to build a ...
user2741831's user avatar
  • 2,482
0 votes
0 answers
301 views

I have the following .Net framework code: public static ReCaptchaResponse VerifyCaptcha(string secret, string response) { ReCaptchaResponse res = new ReCaptchaResponse(); res....
Hasan Shouman's user avatar
-2 votes
1 answer
147 views

I am trying to use recaptcha to validate authenticity of my user before submitting the form but i am having issue that my page just refreshes when clicked on "book now" button rather than ...
abhinav's user avatar
1 vote
0 answers
482 views

The Recaptcha token verification is costing me too much. I found out spammers are sending g-recaptcha-response="555" and some random value. For this kind of token, I want to reduce the API ...
Akash Karmakar's user avatar

1
2 3 4 5
88