apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
804 stars 138 forks source link

Proxy Authentication 407 #529

Closed borkowsky closed 3 months ago

borkowsky commented 4 months ago

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

jirimoravcik commented 4 months ago

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.

borkowsky commented 4 months ago

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.

jirimoravcik commented 4 months ago

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