HTTP POST Recaptcha3 and rucaptcha

qlwik

Client
Регистрация
03.04.2013
Сообщения
207
Благодарностей
5
Баллы
18
Hi, short question,
Is it possible, to pass Recaptcha3 only with HTTP POST and GET requests and RuCaptcha module?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113

qlwik

Client
Регистрация
03.04.2013
Сообщения
207
Благодарностей
5
Баллы
18
yes, I only don't understand section Working with token
in:
https://zennolab.com/wiki/en:addons:capmonster:rc3

Do I have to run below code as javascript locally (after replacing key and token of course)?

Код:
var sitekey = //SiteKey
string newToken = //New Token
string replaceRegex = @"(?<=\[""rresp"","").*?(?="")";
instance.ChangeResponse("https://www.google.com/recaptcha/api2/reload\\?k="+sitekey,
                        new List<string> {replaceRegex}, new List<string> {newToken}, false);
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)