Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78c4e9a

Browse filesBrowse files
added geetestV4
1 parent c0cefa1 commit 78c4e9a
Copy full SHA for 78c4e9a

File tree

1 file changed

+20
-2
lines changed
Filter options

1 file changed

+20
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,11 +698,29 @@ Similar to reCAPTCHA, geetest captcha details are submitted, ID is received and
698698
**Errors**
699699

700700
- ```ERROR: AUTHENTICATION_FAILED``` - Provided username and password and/or access key are invalid.
701-
702701
- ```ERROR: INVALID_GEETEST_CAPTCHA_DATA``` - Keys expired or other reason for not being able to load geetest captcha on worker end
703-
704702
- ```ERROR: LIMIT_EXCEED``` - Server is overloaded
705703

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+
706724
### Retrieve GeeTest response (deprecated)
707725

708726
Once you have the ```captchaID```, you can start checking for the g-response.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.