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.

recaptcha
-6 votes
0 answers
48 views

I want to know how "2captcha""" works [closed]

I would like to know how to create a response for a captcha with authentication elsewhere, like "2captcha", from sitekey and adress. I read the recaptcha api but couldn't figure it out. I ...
yuukiasu's user avatar
-1 votes
0 answers
47 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
26 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 ...
Konrad Dzwinel's user avatar
0 votes
0 answers
26 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
31 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
0 answers
21 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
38 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
40 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
-2 votes
0 answers
33 views

Google reCAPTCHA prevents submitting via email form [closed]

The email form created using the WordPress plugin "Contact Form 7" has been certified as spam by Google reCAPTCHA, and cannot be submitted. I have tried several methods, but they do not ...
Mizuho's user avatar
  • 1
0 votes
0 answers
20 views

google recaptcha with jquery validate issue [duplicate]

in this code when you click submit I get alert : Error then I get successfully recaptcha response that means the form submitted 2 time on one click the first get the error and reset,execute ...
Jimmy Jhon's user avatar
0 votes
1 answer
62 views

Unable to get recapcha to work - error message is mostly of screen

Iam unable to get recaptcha to work. There is an error message displayed but it is mostly off screen to the bottom right. I have followed the setup instructions correctly and am working on an upgrade ...
user126707's user avatar
0 votes
0 answers
104 views

Login persistent session with a reCAPTCHA

I need to book a day to go to a consulate but it is impossible to find a slot. The website requires login, a CSRF token and reCAPTCHA. Once logged in there are some forms that need to be sent, finally ...
guzassis's user avatar
0 votes
0 answers
31 views

problems with invalid key type and understanding instructions

I am not an experienced programmer. I'm currently teaching myself at home. I find your instructions for recaptcha2 a bit complicated. I set up for recatcha2. When I am given the keys there are 2 ...
user126707's user avatar
1 vote
1 answer
97 views

How to disable Recapcha in a hostinger hosted wesbite

I have a php website hosted on hostinger, everything was ok. But suddenly the users to verify that they are not a robot before entering. I did not add that or enable that myself. You can see the ...
Rawhani's user avatar
  • 33
0 votes
0 answers
43 views

Why is my recaptcha key type is invaalid?

Im trying to follow this tutorial: https://medium.com/@alejandroleonnavarro.david/php-how-to-implement-google-recaptcha-v2-7e0be9a0c126 <html> <head> <title>reCAPTCHA demo: ...
John Smith's user avatar
  • 6,085

15 30 50 per page
1
2 3 4 5
296