We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d899f commit 7ba4e7fCopy full SHA for 7ba4e7f
1 file changed
TwoCaptcha/Captcha/AmazonWaf.cs
@@ -26,5 +26,20 @@ public void SetIV(string iv)
26
{
27
parameters["iv"] = iv;
28
}
29
+
30
+ public void SetChallengeScript(string challengeScript)
31
+ {
32
+ parameters["challenge_script"] = challengeScript;
33
+ }
34
35
+ public void SetCaptchaScript(string captchaScript)
36
37
+ parameters["captcha_script"] = captchaScript;
38
39
40
+ public void SetHeaderAcao(int headerAcao)
41
42
+ parameters["header_acao"] = headerAcao.ToString();
43
44
45
0 commit comments