We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/lwthiker/curl-impersonate
curl-impersonate allows to fight with TLS fingerprinting, a technique used to prevent scraping (here's an example offering from Cloudflare: https://developers.cloudflare.com/bots/concepts/ja3-fingerprint).
I think supporting it here boils down this:
impersonate-chrome
impersonate-ff
libcurl-impersonate-chrome
libcurl-impersonate-ff
static-curl
curl_easy_impersonate
curl::easy::Easy2
curl::easy::Easy
The text was updated successfully, but these errors were encountered:
Looking forward to some transformation to join
Sorry, something went wrong.
No branches or pull requests
https://github.com/lwthiker/curl-impersonate
curl-impersonate allows to fight with TLS fingerprinting, a technique used to prevent scraping (here's an example offering from Cloudflare: https://developers.cloudflare.com/bots/concepts/ja3-fingerprint).
I think supporting it here boils down this:
impersonate-chrome
andimpersonate-ff
optional features, changing the searched library config tolibcurl-impersonate-chrome
andlibcurl-impersonate-ff
respectively (add impersonate-chrome and impersonate-ff features (#482) #483)static-curl
feature with impersonate features (using curl-impersonate instead of upstream; not necessarily needed)curl_easy_impersonate
in curl-sys crate (limited to impersonate features; docs: https://github.com/lwthiker/curl-impersonate#advanced-usage)curl_easy_impersonate
incurl::easy::Easy2
(andcurl::easy::Easy
?)The text was updated successfully, but these errors were encountered: