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.
4 lines
252 B
Markdown
4 lines
252 B
Markdown
# Using libcurl-impersonate in JS scripts
|
|
|
|
It is possible to make the `node-libcurl` package work with libcurl-impersonate instead of libcurl. Instructions are currently available in [Issue #80](https://github.com/lwthiker/curl-impersonate/issues/80).
|