Skip to content

Commit fbf0e02

Browse files
authored
Update README.md (2captcha#59)
1 parent bd52879 commit fbf0e02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ Use this method to solve Cloudflare Turnstile. Returns JSON with the token.
182182
```python
183183
result = solver.turnstile(sitekey='0x1AAAAAAAAkg0s2VIOD34y5',
184184
url='http://mysite.com/',
185-
param1=..., ...)
186-
185+
data='foo',
186+
pagedata='bar',
187+
action='challenge',
188+
useragent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36')
187189
```
188190

189191
### Amazon WAF

0 commit comments

Comments
 (0)