HTTP POST Recaptcha3 and rucaptcha

  • Автор темы Автор темы qlwik
  • Дата начала Дата начала

qlwik

Client
Регистрация
03.04.2013
Сообщения
208
Реакции
5
Баллы
18
Hi, short question,
Is it possible, to pass Recaptcha3 only with HTTP POST and GET requests and RuCaptcha module?
 
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);
 

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