-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate with python requests? #75
Comments
Thanks. I had a look at the python github but couldnt get it working as I cant see any clear examples. So using the Go code what would the above request look like? Will be a good reason for me to finally learn a bit of go but I couldnt find any examples there either |
Awesome thanks, will give it a shot |
I tried on a different site but cloudfare error still showed up. Any ideas?
|
True okay |
Hi @Scylla2020, how did you solve? |
@Kies8 i didnt solve it. It worked for some sites but not all |
Hi I'm just wondering if this can be integrated with python requests library? What will the steps look like? I'm interested in running tests mimicking a web browser on a site that uses cloudfare. I want to use a library like requests or urllib, not browser emulation. My requests arent going through because of TLS fingerprinting since the requests library cant do this.
Normally I would request a site like this:
But the site site uses cloudflare so I get no response. Anyway to use ja3 to get around this?
The text was updated successfully, but these errors were encountered: