apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy Authentication 407

borkowsky opened this issue · comments

My proxies configured for IP Auth. This library not supports IP auth for proxies?

Hi, can you please specify what's your problem with example code?
proxy-chain can easily work with IP address-based authentication, but I need to know your exact use-case and configuration.

Hi, can you please specify what's your problem with example code? proxy-chain can easily work with IP address-based authentication, but I need to know your exact use-case and configuration.

I just use proxy-chain like descried in readme, using upstream proxy. But requests fails with 407 Proxy Authentication Error.

Hello @borkowsky,
can you please provide minimal example code to reproduce this issue?
You can e.g. redact your sensitive information with <USERNAME>:<PASSWORD> or something.
It's difficult to investigate without having the actual code causing the issue.
Thanks