Skip to content

Commit 2db58fa

Browse files
authored
Update README.md
1 parent 8bf72cb commit 2db58fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ With this package, you can set up a local proxy server without any password
1212
that will forward requests to the upstream proxy with password.
1313
For details, read [How to make headless Chrome and Puppeteer use a proxy server with authentication](https://blog.apify.com/how-to-make-headless-chrome-and-puppeteer-use-a-proxy-server-with-authentication-249a21a79212/).
1414

15-
The proxy-chain package was developed by [Apify](https://apify.com/), the full-stack web scraping and data extraction platform, to support their [Apify Proxy](https://apify.com/proxy) product,
16-
which provides an easy access to a large pool of datacenter and residential proxies around the world. The proxy-chain package is also used by [Crawlee](https://crawlee.dev/),
15+
The proxy-chain package is developed by [Apify](https://apify.com/), the full-stack web scraping and data extraction platform, to support their [Apify Proxy](https://apify.com/proxy) product,
16+
which provides an easy access to a large pool of datacenter and residential IP addresses all around the world. The proxy-chain package is also used by [Crawlee](https://crawlee.dev/),
1717
the world's most popular web craling library for Node.js.
1818

19-
Note that the proxy-chain package currently only supports HTTP proxying and HTTP CONNECT tunneling to proxy arbitrary protocols such as HTTP/TLS or FTP ([learn more](https://blog.apify.com/tunneling-arbitrary-protocols-over-http-proxy-with-static-ip-address-b3a2222191ff)). The SOCKS protocol is not supported yet.
19+
Note that the proxy-chain package currently only supports HTTP forwarding and HTTP CONNECT tunneling to forward arbitrary protocols such as HTTPS or FTP ([learn more](https://blog.apify.com/tunneling-arbitrary-protocols-over-http-proxy-with-static-ip-address-b3a2222191ff)). The SOCKS protocol is not supported yet.
2020
Also, proxy-chain only supports the Basic [Proxy-Authorization](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization).
2121

2222
## Run a simple HTTP/HTTPS proxy server

0 commit comments

Comments
 (0)