▲ | mmh0000 a day ago | |
You should really read the "Why" section of the README before jumping to conclusions: ``` some web services use the TLS and HTTP handshakes to fingerprint which client is accessing them, and then present different content for different clients. These methods are known as TLS fingerprinting and HTTP/2 fingerprinting respectively. Their widespread use has led to the web becoming less open, less private and much more restrictive towards specific web clients With the modified curl in this repository, the TLS and HTTP handshakes look exactly like those of a real browser. ``` For example, this will get you past Cloudflare's bot detection. |