mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-13 04:05:53 +00:00
Create docs/ folder with initial content
Add more documentation on the following topics: * Running `curl-impersonate` from the command line, including changing the HTTP headers when needed. * Using `libcurl-impersonate` in JS and PHP scripts.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Getting started with curl-impersonate
|
||||
|
||||
curl-impersonate can be run on Linux and macOS. Partial support for Windows is currently available through a different project: [curl-impersonate-win](https://github.com/depler/curl-impersonate-win).
|
||||
|
||||
## Installation
|
||||
Installation instructions are available on the [main page](README.md#installation).
|
||||
|
||||
The project supplies two modified flavors of curl:
|
||||
* The *Chrome version* is a modified curl binary and libcurl library that can impersonate Chrome, Edge and Safari. It uses BoringSSL, Chrome's TLS library. It is based on a patched curl version with added support for some additional TLS extensions and modified HTTP/2 settings that make it look like a browser.
|
||||
* The *Firefox version* is a modified curl binary that can impersonate Firefox. It uses NSS, Mozilla's TLS library which is used by Firefox.
|
||||
Reference in New Issue
Block a user