File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Need help integrating with your Go project? [Open an issue](https://github.com/s
63
63
- [ reCAPTCHA v2] ( #recaptcha-v2 )
64
64
- [ reCAPTCHA v3] ( #recaptcha-v3 )
65
65
- [ reCAPTCHA Enterprise] ( #recaptcha-enterprise )
66
+ - [ hCaptcha] ( #hcaptcha )
66
67
- [ FunCaptcha] ( #funcaptcha )
67
68
- [ GeeTest] ( #geetest )
68
69
- [ GeeTest V4] ( #geetest-v4 )
@@ -281,6 +282,21 @@ req.SetProxy("HTTPS", "login:password@IP_address:PORT")
281
282
code , err := client.Solve (req)
282
283
```
283
284
285
+ ### hCaptcha
286
+
287
+ <sup >[ API method description.] ( https://solvecaptcha.com/captcha-solver-api#solving_hcaptcha ) </sup >
288
+
289
+ Use this method to solve hCaptcha challenges and obtain a token to bypass the protection.
290
+
291
+ ``` go
292
+ captcha := apisolvecaptcha.HCaptcha {
293
+ SiteKey : " 10000000-ffff-ffff-ffff-000000000001" ,
294
+ Url : " https://accounts.hcaptcha.com/demo" ,
295
+ }
296
+ req := captcha.ToRequest ()
297
+ req.SetProxy (" HTTPS" , " login:password@IP_address:PORT" )
298
+ code , err := client.Solve (req)
299
+
284
300
### FunCaptcha
285
301
286
302
<sup>[API method description.](https:// solvecaptcha.com/captcha-solver-api#solving_funcaptcha_new)</sup>
You can’t perform that action at this time.
0 commit comments