On Fri, 26 Oct 2018, Kilian Ischtschuk via curl-library wrote:
While developing a HTTP/HTTPS library which uses the sockets provided by "sys/socket.h" at some point I ran into problems with websites behind cloudlfare. Cloudflare didn't give me a real answer how to bypass their system so since curl managed it I wanted to know how does curl handle cloudflare protection. Just some hints to the right lines of code would be enough to work with.
curl doesn't do anything secret magic and isn't using any "tricks". It just does HTTPS by the book.
I'm not aware of what "bypass" you say curl manages to do, but if there's any difference between curl and other clients it is either due to the server detecting a difference or that the other clients did some mistake.
-- / daniel.haxx.se ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
