Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 692 Bytes

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
  2. Running from the command line
  3. Using libcurl-impersonate
    1. In PHP scripts
    2. In JS scripts