mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-04 10:52:29 +00:00

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.
16 lines
717 B
Markdown
16 lines
717 B
Markdown
# 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.
|
|
|
|
## Contents
|
|
|
|
1. [Getting Started](docs/01_GETTING_STARTED.md)
|
|
2. [Running from the command line](docs/02_USAGE.md)
|
|
3. [Using libcurl-impersonate](docs/03_LIBCURL_IMPERSONATE.md)
|
|
1. [In PHP scripts](docs/03_LIBCURL_IMPERSONATE_PHP.md)
|
|
2. [In JS scripts](docs/03_LIBCURL_IMPERSONATE_JS.md)
|