-
I installed mewebstudio/captcha in my Laravel 7.6 app
but it always returned Invalid capture, even I enter valid value I enter in text inpur.
Ex: entering https://prnt.sc/s8g03j and submitting form …
-
The validation of the captcha is never successful, although the parameter g-response-recaptcha is correctly passed to the server and that, from Google console, the captcha controls are exceeded.
Th…
-
```
It would be nice to have the replies
in different languages.
Maybe at the beginning a command like this:
$form->setLanguage("german")
Or a cvs file to load
$form->setLanguage("mylanguage.csv")
…
-
```
It would be nice to have the replies
in different languages.
Maybe at the beginning a command like this:
$form->setLanguage("german")
Or a cvs file to load
$form->setLanguage("mylanguage.csv")
…
-
I get this error since yesterday, Can anybody help? Im using capmonster
Error while sending message: error while solving captcha error 1 {"errorId":1,"errorCode":"ERROR_RECAPTCHA_INVALID_SITEKEY","…
-
It's going well before sending an SMS request, but I can't receive an SMS code anyhow, however, when I register accounts using chrome, I can receive SMS codes everytime.
-
`
vkms -vv -i xxxxxxxxx dump -a -t 1 --export-json
`
```
2024-10-03 09:47:15,086 | INFO | vkms.main | MainThread |: VKMS 1.0.3.dev7+gf299608 started
2024-10-03 09:47:49,109 | ERROR | vk.session…
-
使用`https://passport.bilibili.com/x/passport-login/oauth2/login`加上手动填写极验验证码,appkey是`783bbb7264451d82`,但是每次都是`API校验密匙错误`
我的代码是
```csharp
headers = new Dictionary{
…
-
Способ, описанный в документации https://github.com/jumper423/decaptcha/blob/master/docs/RuCaptchaReCaptchaV3-ru.md для обхода Recaptcha V3 не работает. Возвращается ошибка:
```
[message:pr…
-
Hello,
I'm currently trying to implement a captcha into my Nuxt 3 project for the signin and signup.
I've set both the `SUPABASE_KEY` and `SUPABASE_SERVICE_KEY` in my `.env`.
When I try to login …