Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
64 views

I am trying to ensure that the APIS can only be accessed from browsers without logging in. Here is one website which is doing the same: https://www.onefinestay.com , now, if you open this and try to ...
Jay Sabnis's user avatar
1 vote
0 answers
121 views

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: &...
ExDoors's user avatar
  • 119
0 votes
2 answers
2k views

I'm migrating a project from Angular 11 to Angular 18 and need to integrate Google reCAPTCHA v3. Previously, I used: "angular-recaptcha3": "^2.0.0" Now, I'm trying to use: "...
neha's user avatar
  • 1
-1 votes
1 answer
116 views

I have two domains, a.com and b.com, both with reCAPTCHA enabled. I'm using the same codebase for both websites, but the reCAPTCHA implementation works on a.com but not on b.com. Here's the setup: a....
Bob's user avatar
  • 383
0 votes
0 answers
67 views

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 ...
esther yap's user avatar
0 votes
1 answer
218 views

I was trying to implement google recaptch v3 in my react app with a an express server, here's my implementation: React (Frontend) : import { GoogleReCaptcha, GoogleReCaptchaProvider, ...
Akshat Parashar's user avatar
0 votes
1 answer
371 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
0 answers
93 views

Are there any guides illustrating how to integrate Page Speed Isights with reCaptch v3? First question, should my API validate the captcha token before calling PSI? Second question, what should my ...
quickshiftin's user avatar
  • 70.4k
0 votes
0 answers
80 views

In Firefox it is returning this { "success": false, "error-codes": [ "browser-error" ] }stdClass Object ( [success] => [error-codes] => Array ( [0] => browser-...
Pamela Whittaker's user avatar
2 votes
0 answers
116 views

Here's the situation: I'm working on the portfolio project and want to implement a ReCAPTCHA that hides my contact info so I'm not flooded with spam. I've got it working correctly on localhost, but ...
Jason Russo's user avatar
1 vote
1 answer
126 views

when I want to check the score of the client inside if statement I always get timeout-or-duplicate error. but when I check the score outside of the if statement it works fine. this is the code when ...
Mohammad Hossein's user avatar
1 vote
0 answers
132 views

I have successfully installed react-google-recaptcha-v3 on my Gatsby project. My gatsby-ssr.js and gatsby-browser.js files looks like this: import React from "react" import { ...
Ander's user avatar
  • 5,754
0 votes
0 answers
35 views

I'm trying to scrape a website using requests and a recaptcha decoding service. The decoding service is working perfectly. However, I'm not sure how to pass the following parameters : '{"...
DouxDoux's user avatar
  • 145
0 votes
1 answer
498 views

I am implementing Google reCAPTCHA for my application, and I came across two different API endpoints for verifying reCAPTCHA tokens: The official Google reCAPTCHA documentation specifies the ...
Kerem Dokumacı's user avatar
0 votes
0 answers
281 views

I’m currently facing challenges with my reCAPTCHA v3 implementation, and I’m looking for guidance on how to resolve them. Setup When a user clicks the Submit button, the frontend renders an HTML page ...
Yamini Chhabra's user avatar
2 votes
0 answers
680 views

I'm using the following Flutter package https://pub.dev/packages/g_recaptcha_v3 When running my app on web I see the following warning in the warning in the console _GRECAPTCHA www.google.com/...
anonymous-dev's user avatar
0 votes
0 answers
137 views

I'm working on integrating Google reCAPTCHA v3 in my .NET backend and Angular frontend. I’ve set up the backend to verify the reCAPTCHA token with Google’s reCAPTCHA API, but I'm getting a response ...
Clinton Hadrian's user avatar
-1 votes
2 answers
949 views

I am working on newsletters automations, but this washingtonPost is where I am stuck. This website is using v3 captcha and I am using 2captcha service to solve captcha now one thing I am stuck here is,...
Hamid Shah's user avatar
0 votes
1 answer
611 views

I want to use recaptcha v3 in my website but it returns browser-error code while verifying recatcha token. The site-key and secret-key are set correctly for sure. The full response is: {'success': ...
erfin's user avatar
  • 9
1 vote
0 answers
246 views

I'm developing an Android application that integrates Google reCAPTCHA (v3) for user registration. I've encountered a persistent issue where the reCAPTCHA client fails to initialize on the first ...
AM1379's user avatar
  • 11
0 votes
0 answers
171 views

I am needing to get a reCaptcha token for my site key as part of some data setup steps in a test scenario. I am using cucumber step definitions, and have the following: import { load } from 'recaptcha-...
mindparse's user avatar
  • 7,595
-1 votes
1 answer
385 views

for solution: Automatically bind the challenge to a button my application works as expected but Programmatically invoke the challenge token is always null. simply I applied this answer: https://...
asdf_enel_hak's user avatar
2 votes
0 answers
587 views

I'm using Google reCAPTCHA v3 in my web application. I've implemented a function 'runCaptcha' that utilizes 'grecaptcha.execute' to obtain a token. However, I've noticed that each time I call this ...
Denis Campara's user avatar
0 votes
1 answer
165 views

I have recaptcha used on my site on multiple places, signup & CSF. Till the 16th of July, all requests were normal and responded in quick time. But since 16th July we started experiencing delays ...
SangamAngre's user avatar
1 vote
1 answer
218 views

I am trying to implement Verify phone number functionality in one of my ASP.NET MVC projects. Added below to code send verification code on user's mobile number, After successfully generating and ...
Mohan Singh's user avatar
  • 1,162
1 vote
0 answers
254 views

I've integrated Enterprise reCAPTCHA v3 with my HTML and JavaScript contact form. To ensure its effectiveness, I'm attempting to automate testing with Selenium to verify if the reCAPTCHA accurately ...
sajeevan Balasingam's user avatar
0 votes
1 answer
662 views

I have implemented Google reCAPTCHA v3 in my application. After publishing, I tested it with bots using developer tools, but it consistently returns a score of 0.9. var values = new Dictionary<...
Gouthami Shivakoti's user avatar
0 votes
1 answer
664 views

I am reaching out for technical assistance regarding our implementation of Google reCAPTCHA v3 Enterprise Edition. We have successfully created keys for our sites and are now looking to set up ...
user3095751's user avatar
0 votes
1 answer
2k views

I am following the integration guide from Google on my website and am attaching the reCAPTCHA to the "submit" button on a Contact Us form. This is to hopefully reduce the amount of SPAM ...
mmcnaug2024's user avatar
2 votes
1 answer
7k views

I need to implement captcha to prevent spam atacks etc. But the more I search and trying to find something about how to do it in angular 17 (with standalone components) the more I feel like there's no ...
Newcomer's user avatar
0 votes
1 answer
555 views

I have a login and registration page on my Umbraco 13 site, implemented as per the instructions in the Umbraco CMS v13 documentation "members registration and login" page. I want to add ...
csharpforevermore's user avatar
3 votes
2 answers
2k views

I am recently facing problem with reCAPTCHA Enterprise. On every form where it is implemented i get this error: Uncaught TypeError: qF is not a function at recaptcha__en.js:601:176 at Array.&...
Miloš Đorić's user avatar
0 votes
0 answers
86 views

Our goal is to get Google Recaptcha V3 working on a single form on an MVC3 .NET4.5 project. However, I'm struggling to make this work due to the async request to Google for the Recaptcha score. FE is ...
DayByDay's user avatar
3 votes
1 answer
899 views

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 ...
Diego Camilo Silva Tellez's user avatar
0 votes
0 answers
2k views

I'm setting up Google reCaptcha enterprise for my website (.NET MVC). It works fine on my dev environment, but on productions server it can't find the Application Default Credentials. What I get is ...
Jacopo Gucciardi's user avatar
1 vote
0 answers
791 views

I have created a fresh set of reCAPTCHA v3 keys and integrated them on a high-traffic form. For the front-end implementation, I followed the steps outlined here: <script src='https://www.google.com/...
brodenbrett's user avatar
1 vote
0 answers
836 views

I have a problem with Recaptcha V3. I am almost alway's getting a negative score. I tested it from someone else's mobile device and he got a score of 0.3. Now i have if ($captchaResponse['success'] == ...
Giovanni Paez's user avatar
1 vote
0 answers
135 views

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
527 views

I am working a site and the client wanted to add some Eloqua HTML forms into the site. I want to add reCaptcha to these forms as the client was concerned about spam. I have looked at the v3 google ...
callum21's user avatar
1 vote
0 answers
130 views

Why have an issue on Mobile Safari Failed to validate captcha [browser-error] error n App.ts <GoogleReCaptchaProvider language={language} reCaptchaKey={siteKey}><Submit/></...
user23201509's user avatar
1 vote
1 answer
307 views

I know that I can hide Google reCAPTCHA V3 badge since I include the reCAPTCHA branding visibly in the user flow. My question is, if I have more than one form in my website, I have to include the ...
Nuno Araújo's user avatar
0 votes
1 answer
544 views

Our PROD environment is currently using ReCAPTCHA Enterprise Key + Legacy secret key, which still using "site verify" to verifying the score of the user. We are planning on migrate to ...
Jamie Phan's user avatar
4 votes
1 answer
365 views

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 ...
Gleb_Sh's user avatar
  • 41
1 vote
0 answers
536 views

A few days ago, reCAPTCHA was functioning correctly on my site. However, currently, I'm encountering issues with it. I attempted using v2 with the invisible option, but when I call grecaptcha.execute()...
meriem aharchiche's user avatar
0 votes
1 answer
198 views

I installed reCAPTCHA V3 in mautic to add recaptcha to my forms (as on this page). When I test it, everything seems to work fine, even in incognito mode. But now I see that random users (definitely ...
Jarne Froyen's user avatar
0 votes
1 answer
306 views

I tried to use Google reCAPTCHA version 3 with Umbraco form version 12.1.1 but when rendering the form I cant see any rendered content related to captcha also when I try to submit the form . it dosent ...
Eranga Wijethunga's user avatar
2 votes
0 answers
385 views

I have successfully integrated appCheck on Firestore (in a Flutter/dart webapp) using reCaptcha v3 and, according to https://www.google.com/recaptcha/admin, there are about 5% suspicious requests. My ...
Marc Van Daele's user avatar
1 vote
0 answers
162 views

when i used Recaptcha v3 on Login routes it shows me the given error Sometimes it verified the Recaptcha Token and after 10 mints it shows this error in my console. My code for verification of token ...
Muhammad Shehryar's user avatar
0 votes
1 answer
111 views

I am using a google captcha for my login page. The catcha when verified by human it will generate a token, which we pass to the backend server along with the username and pass. The backend server will ...
Santhosh's user avatar
  • 12k
1 vote
0 answers
780 views

I have this error that i have been trying to fix here's the problem: { error-codes:['invalid-input-response'] success:false } My current PHP code is: if ($_SERVER['REQUEST_METHOD'] === 'POST') { ...
Mr-montasir's user avatar

1
2 3 4 5
8