We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd52879 commit fbf0e02Copy full SHA for fbf0e02
1 file changed
README.md
@@ -182,8 +182,10 @@ Use this method to solve Cloudflare Turnstile. Returns JSON with the token.
182
```python
183
result = solver.turnstile(sitekey='0x1AAAAAAAAkg0s2VIOD34y5',
184
url='http://mysite.com/',
185
- param1=..., ...)
186
-
+ data='foo',
+ 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')
189
```
190
191
### Amazon WAF
0 commit comments