File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ def test_api
18
18
d [ 'domain' ] = 'https://your-site.com'
19
19
d [ 'challenge' ] = 'eea8d7d1bd1a933d72a9eda8af6d15d3'
20
20
d [ 'gt' ] = '1a761081b1114c388092c8e2fd7f58bc'
21
+ # d['api_server'] = 'api.geetest.com' # geetest domain - optional
21
22
# d['proxy'] = '126.45.34.53:123' # - HTTP proxy - optional
22
23
# d['user_agent'] = 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0' # optional
23
24
captcha_id = ita . submit_geetest d
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ GeeTest is a captcha that requires 3 parameters to be solved:
99
99
- domain
100
100
- challenge
101
101
- gt
102
+ - api_server (optional)
102
103
103
104
The response of this captcha after completion are 3 codes:
104
105
- challenge
@@ -113,6 +114,7 @@ d = {}
113
114
d[' domain' ] = ' https://your-site.com'
114
115
d[' challenge' ] = ' eea8d7d1bd1a933d72a9eda8af6d15d3'
115
116
d[' gt' ] = ' 1a761081b1114c388092c8e2fd7f58bc'
117
+ d[' api_server' ] = ' api.geetest.com' # geetest domain - optional
116
118
# d['proxy'] = '126.45.34.53:123' # - HTTP proxy - optional
117
119
# d['user_agent'] = 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0' # optional
118
120
captcha_id = ita.submit_geetest d
You can’t perform that action at this time.
0 commit comments