Skip to main content

Questions tagged [recaptcha]

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

0 votes
0 answers
11 views

Puppeteer Recaptcha plugin not finding turnstile challenges

I have cloudflare protected website and came across puppeteer-extra-plugin-recaptcha that integrates 2captcha to solve the captcha challenges. After a lot of debugging I found that the plugin is not ...
tbhaxor's user avatar
  • 1,831
0 votes
1 answer
38 views

No property found for validation: [g-recaptcha-response] biscolab / laravel-recaptcha

My project was written with Livewire For Google Recaptcha, I use https://github.com/biscolab/laravel-recaptcha This is the code of the controller: class ContactForm extends Component { public $...
mahla sg's user avatar
-1 votes
0 answers
34 views

What is the cause of the error 'reCAPTCHAサービスに接続できませんでした'? [closed]

My tester received the error message 'reCAPTCHAサービスに接続できませんでした' while performing actions, and nothing happens afterwards. Can you tell me the cause and how to fix it? Thank you very much. I need to ...
Pham Thao's user avatar
-3 votes
0 answers
66 views

How many free Google reCAPTCHA assessments do I have per month? [closed]

I'm developing my website using React.js and I want to use Google reCAPTCHA on the login page, how many assessments do I get for free? The other question is, how can I see how many assessments I have ...
Kareem Ismail's user avatar
1 vote
1 answer
95 views

reCAPTCHA cookie is not being passed for subdomains, only the domain where the reCAPTCHA is being set

Domains are fictional :) I have a website hosted at: app.sunsetland.com.au In that website, on one page I <embed> another website which is hosted at subdomain.sunsetland.com.au Our GCP Cloud ...
Candace Wong's user avatar
6 votes
4 answers
846 views

Recaptcha hitting OUR server with an api2/clr POST call (resulting in 404s)

Recently the last few days, we have been seeing a growing number of 404s all with the following format: (some stuff redacted) 1.1.1.1 - - [11/Jul/2024:14:00:56 +0000] "POST /recaptcha/api2/clr?k={...
IncredibleHat's user avatar
0 votes
0 answers
31 views

How to handle google recaptcha v3 in angular?

Recently I've been working in an angular app where I need to use google recaptcha V3 in its landing page. I've found the documentation and a example of it's implementation: https://www.npmjs.com/...
Andres Felipe Ariza Calderon's user avatar
0 votes
0 answers
26 views

Nextjs Script Doesn't Work With Conditionals

// _document.js, doesn't work const isProduction = process.env.NODE_ENV === "production"; const nonce = "1234-abcd-wxyz"; // ... <Html lang="en"> <Head nonce={...
Aung Kaung Khant - Takao's user avatar
-1 votes
0 answers
95 views

Bypass reCaptcha v2 with 2captcha API does not work in some website

I'm using this docs: https://2captcha.com/demo/recaptcha-v2 for bypass recaptcha v2 // https://github.com/2captcha/2captcha-csharp using System; using System.Linq; using TwoCaptcha.Captcha; ...
Tuấn Nguyễn Huy's user avatar
0 votes
0 answers
55 views

Determine if reCaptcha V3 or V2 is used in any website

There are two types of reCAPTCHA, v2 and v3. I have a question about how to write an algorithm that can be run in the console of any website to precisely determine whether reCAPTCHA v2 or v3 is being ...
Michael Dzwinel's user avatar
0 votes
0 answers
33 views

how do I add cookies to 2captcha?

Can anyone please give me a working example of adding cookies to the worker's browser in 2captcha? Please do not link a page as I have researched the entire internet but no valid working example. Not ...
Alexander Obidiegwu's user avatar
0 votes
0 answers
59 views

2captcha keeps returning ERROR_CAPTCHA_UNSOLVABLE Instagram

When I try to use 2captcha API for instagram after I login, it doesn't work. I supposed this was because the cookies and useragent weren't present. After all, it requires login to see the captcha. So ...
Alexander Obidiegwu's user avatar
0 votes
1 answer
49 views

Angular reCaptcha V2 Token Testing

I'm new to Angular and I'm trying to get the reCaptcha token in a test. How can I emulate click on the re-capture 'I am not a robot box' or something similar and logging the token response in a test? ...
phebus's user avatar
  • 11
0 votes
0 answers
54 views

Getting null token from Recaptcha Enterprise score-based web keys

I've arranged a small Recaptcha Enterprise code snippet, however, I keep getting a null token constantly. It seems the promise function is executed before the actual token is retrieved, any ideas why? ...
andreszs's user avatar
  • 2,956
0 votes
0 answers
58 views

Getting Firebase: Error (auth/argument-error) when using RecaptchaVerifier on NextJS

Following is my code: const auth = getAuth(app) export default function LoginComponent() { useEffect(() => { if (!auth) { return; } console.log(auth); ...
Electric Dragon's user avatar

15 30 50 per page
1
2 3 4 5
296