mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-04-27 07:36:47 +00:00
![]() Remove the --false-start flag completely. In the Chrome version it has no affect, and in the Firefox version it may cause connection errors. This flag doesn't seem to affect TLS or HTTP signatures so is safe to remove. The flag seems to cause connection errors with some http/2 servers. The server chooses http/2 based on alpn but curl initiates a http/1.1 connection instead. This is an upstream bug in curl that affects us as well. |
||
---|---|---|
.. | ||
01_GETTING_STARTED.md | ||
02_USAGE.md | ||
03_LIBCURL_IMPERSONATE_JS.md | ||
03_LIBCURL_IMPERSONATE_PHP.md | ||
03_LIBCURL_IMPERSONATE.md | ||
README.md |
curl-impersonate documentation
curl-impersonate is a curl build that lets you send HTTP requests that look like a browser's. curl-impersonate can impersonate recent versions of Chrome, Edge, Safari & Firefox.
curl-impersonate can be used either as a command line tool, similar to the regular curl, or as a library that can be integrated instead of the regular libcurl. These docs describe the various usage options.