386 questions
1
vote
0
answers
64
views
How to secure apis from cross origin request?
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 ...
1
vote
0
answers
121
views
How to include the `action` parameter when reloading Invisible reCAPTCHA v3 tokens via HTTP requests?
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: &...
0
votes
2
answers
2k
views
Is there a Google reCAPTCHA v3 package compatible with Angular 18?
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:
"...
-1
votes
1
answer
116
views
Error : Cannot set properties of null when using recaptcha
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....
0
votes
0
answers
67
views
Is there any google documentation stated about that value should add to CSP directive 'correct-src'?
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 ...
0
votes
1
answer
218
views
Issue implementing google reCaptcha v3 in React: Multiple APi Calls
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, ...
0
votes
1
answer
371
views
How Google Recaptcha calculates each assessment?
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.
...
0
votes
0
answers
93
views
Page Speed Insights ReCaptchaV3 integration
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 ...
0
votes
0
answers
80
views
Recaptcha version 3 not working in FireFox
In Firefox it is returning this
{ "success": false, "error-codes": [ "browser-error" ] }stdClass Object ( [success] => [error-codes] => Array ( [0] => browser-...
2
votes
0
answers
116
views
ReCaptcha v3 works locally but not in deployment
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 ...
1
vote
1
answer
126
views
google recaptcha v3 not working correctly when using an if statement (Laravel-inertia)
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 ...
1
vote
0
answers
132
views
How to install react-google-recaptcha-v3 on a Gatsby project
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 { ...
0
votes
0
answers
35
views
Writing POST parameters in POST requests with eventData
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 :
'{"...
0
votes
1
answer
498
views
Confusing About Google Recaptcha Server Address
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 ...
0
votes
0
answers
281
views
reCAPTCHA v3: Low Scores for Valid Users and High Scores for Spammers
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 ...
2
votes
0
answers
680
views
Google Recaptcha v3 without third party cookies
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/...
0
votes
0
answers
137
views
Getting "invalid-input-response" from Google reCAPTCHA v3 in .NET Web API with Angular frontend
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 ...
-1
votes
2
answers
949
views
Recaptcha enterprise v3, finding action parameter [closed]
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,...
0
votes
1
answer
611
views
Why is browser-error returned while verifying recaptcha v3?
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': ...
1
vote
0
answers
246
views
Recaptcha fails to initialize on first launch of the Android App
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 ...
0
votes
0
answers
171
views
Cypress - reCaptcha load error: Refused to load the script because it violates the following Content Security Policy directive
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-...
-1
votes
1
answer
385
views
recaptcha v3 token is always null when domain is entered but ip
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://...
2
votes
0
answers
587
views
Why does Google reCAPTCHA v3 take significantly longer after the first token request?
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 ...
0
votes
1
answer
165
views
Issue with recaptcha site verify API SSL handshake
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 ...
1
vote
1
answer
218
views
CAPTCHA_CHECK_FAILED : Recaptcha verification failed - SITE_MISMATCH
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 ...
1
vote
0
answers
254
views
Google Enterprise ReCaptcha v3 always returning score of 0.9
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 ...
0
votes
1
answer
662
views
Google reCAPTCHA v3 is always returning a score of 0.9
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<...
0
votes
1
answer
664
views
[Monitoring and Alerts Configuration for Google reCAPTCHA v3 Enterprise Edition]
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 ...
0
votes
1
answer
2k
views
I have started setting up reCAPTCHA v3 on my website's JavaScript code and have a question
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 ...
2
votes
1
answer
7k
views
How to use ReCaptcha with Angular 17 with Standalone Components
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 ...
0
votes
1
answer
555
views
In Umbraco 13, how do I implement ReCaptcha v3 without using Umbraco Forms?
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 ...
3
votes
2
answers
2k
views
recaptcha__en.js: Uncaught TypeError: qF is not a function
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.&...
0
votes
0
answers
86
views
Running Task.Factory.StartNew() results in System.Threading.Tasks.Task`1[System.Web.Mvc.ActionResult] showing up on the returned view (ASP.NET MVC3)
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 ...
3
votes
1
answer
899
views
Recaptcha not displaying after March 28th update (from Nate Dudley Original Poster)
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 ...
0
votes
0
answers
2k
views
Google recaptcha enterprise: Your default credentials were not found
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 ...
1
vote
0
answers
791
views
reCAPTCHA v3 "invalid-keys" error message is wrong
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/...
1
vote
0
answers
836
views
Recaptcha V3 gets a 0.3 or 0.1 score
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'] == ...
1
vote
0
answers
135
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&...
0
votes
0
answers
527
views
How to verify user response using reCaptcha V3 on a custom HTML form in Wordpress?
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 ...
1
vote
0
answers
130
views
Failed to validate captcha [browser-error]
Why have an issue on Mobile Safari
Failed to validate captcha [browser-error] error
n App.ts
<GoogleReCaptchaProvider language={language} reCaptchaKey={siteKey}><Submit/></...
1
vote
1
answer
307
views
Hide Google reCAPTCHA V3 badge
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 ...
0
votes
1
answer
544
views
Will enabling additional features from Google in ReCAPTCHA Enterprise affect the site-verify response?
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 ...
4
votes
1
answer
365
views
reCAPTCHA v. 3 returning the same token on the second calls with different action
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 ...
1
vote
0
answers
536
views
Recaptcha V3 returns BROWSER_ERROR and v2 null token
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()...
0
votes
1
answer
198
views
"Recaptcha wasn't succesful", but works when I test it (V3, Mautic)
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 ...
0
votes
1
answer
306
views
Umbraco Form Version 12.1.1 Not working with Google reCAPTCHA V3
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 ...
2
votes
0
answers
385
views
Some customers get low ReCaptcha v3 scores
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 ...
1
vote
0
answers
162
views
How to Resolve Recaptcha Aggregate Timeout Error in node js
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 ...
0
votes
1
answer
111
views
google: HOw to expire a catcha token after the request fails
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 ...
1
vote
0
answers
780
views
How to integrate Google Recaptcha V3 in php
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') {
...