mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-04 02:50:09 +00:00
Fix documentation links
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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).
|
||||
Installation instructions are available on the [main page](https://github.com/lwthiker/curl-impersonate#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.
|
||||
|
@@ -20,7 +20,7 @@ curl_chrome104 -v -L https://wikipedia.org
|
||||
|
||||
will produce a signature identical to Chrome version 104. You can add command line flags and they will be passed on to curl. However, some flags change curl's TLS signature. See below for more details.
|
||||
|
||||
The full list of wrapper scripts is available on the [main page](README.md#supported-browsers).
|
||||
The full list of wrapper scripts is available on the [main page](https://github.com/lwthiker/curl-impersonate#supported-browsers).
|
||||
|
||||
## Changing the HTTP headers
|
||||
The wrapper scripts use a certain set of HTTP headers such as `User-Agent`, `Accept-Encoding` and a few more.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Using libcurl-impersonate
|
||||
|
||||
Documentation for using libcurl-impersonate is currently on the [main page](README.md#libcurl-impersonate).
|
||||
Documentation for using libcurl-impersonate is currently on the [main page](https://github.com/lwthiker/curl-impersonate#libcurl-impersonate)
|
||||
|
@@ -8,8 +8,8 @@ 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)
|
||||
1. [Getting Started](01_GETTING_STARTED.md)
|
||||
2. [Running from the command line](02_USAGE.md)
|
||||
3. [Using libcurl-impersonate](03_LIBCURL_IMPERSONATE.md)
|
||||
1. [In PHP scripts](03_LIBCURL_IMPERSONATE_PHP.md)
|
||||
2. [In JS scripts](03_LIBCURL_IMPERSONATE_JS.md)
|
||||
|
Reference in New Issue
Block a user