You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
499
-
>
500
491
>- useragent = User-Agent used in solving recaptcha `- optional`
501
-
>
502
492
> - proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
503
-
> -------
504
-
> Username & password authentication
493
+
>- datas = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
494
+
>
495
+
>Username & password authentication
505
496
506
497
>```/POST /captchaapi/UploadRecaptchaV1.ashx```
507
498
508
499
> **Parameters**
509
500
>
510
501
> - username = ***your_username***
511
-
>
512
-
> - password = ***your_password***
513
-
>
502
+
>- password = ***your_password***
514
503
> - pageurl = ***page url of website, eg. ```abc.com```***
515
-
>
516
-
> - googlekey = ***sitekey of recaptcha, has to be scraped from site***
517
-
>
504
+
>- googlekey = ***sitekey of recaptcha, has to be scraped from site***
518
505
> - action = UPLOADCAPTCHA
519
-
>
520
-
> - recaptchatype = can be one of this 3 values: `1` - normal, `2` - invisible, `3` - v3 (it's optional, defaults to `1`)
521
-
>
506
+
>- recaptchatype = can be one of this 3 values: `1` - normal, `2` - invisible, `3` - v3 (it's optional, defaults to `1`)
522
507
> - captchaaction = action parameter used in solving v3 recaptcha `- optional`
523
-
>
524
-
> - score = score targeted, check being done against a test recaptcha `- optional`
525
-
>
508
+
>- score = score targeted, check being done against a test recaptcha `- optional`
> - proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
529
-
>
530
-
>- useragent = User-Agent used in solving recaptcha `- optional`
531
-
>
532
-
> - proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
510
+
>- proxy = ***if given, captcha will be solved using proxy, eg. ```12.34.56.78:1234``` also works with private proxies (auth) like this: ```12.34.56.78:1234:username:password```***```- optional```
511
+
> - useragent = User-Agent used in solving recaptcha `- optional`
512
+
>- proxytype = ```HTTP```, in case proxy parameter is set. Currently, only HTTP proxies are supported. ```- optional```
513
+
> - datas = required with some recaptchas. A one-time token generated with each captcha loaded `- optional`
0 commit comments