alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

curl-impersonate support #482

Open selfisekai opened 1 year ago

selfisekai commented 1 year ago

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:

0x676e67 commented 1 year ago

Looking forward to some transformation to join