File tree 1 file changed +20
-2
lines changed
Filter options
1 file changed +20
-2
lines changed
Original file line number Diff line number Diff line change @@ -698,11 +698,29 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
698
698
** Errors**
699
699
700
700
- ``` ERROR: AUTHENTICATION_FAILED ``` - Provided username and password and/or access key are invalid.
701
-
702
701
- ``` ERROR: INVALID_GEETEST_CAPTCHA_DATA ``` - Keys expired or other reason for not being able to load geetest captcha on worker end
703
-
704
702
- ``` ERROR: LIMIT_EXCEED ``` - Server is overloaded
705
703
704
+ ### Submit GeeTestV4
705
+
706
+ GeeTesV4 is a new version of captcha from geetest
707
+
708
+ > Access token (or username & password) authentication
709
+
710
+ > ``` POST /captchaapi/UploadGeeTestV4.ashx ```
711
+
712
+ > ** Parameters**
713
+ >
714
+ > - token = *** your access token*** (preferred method to authenticate, use username & password only when really necessary)
715
+ > - username = account username ` - optional `
716
+ > - password = account password ` - optional `
717
+ > - domain = *** geetest captcha domain***
718
+ > - geetestid = *** geetest captcha ID***
719
+ > - action = UPLOADCAPTCHA
720
+ > - affiliateid = *** affiliateID*** ``` - optional ```
721
+ > - user_agent = *** user agent goes here*** ``` - optional ```
722
+ > - proxy = *** eg. 123.45.67.89:1234 or 12.34.56.78:123:username: password *** ``` - optional ```
723
+
706
724
### Retrieve GeeTest response (deprecated)
707
725
708
726
Once you have the ``` captchaID ``` , you can start checking for the g-response.
You can’t perform that action at this time.
0 commit comments