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
851 stars 145 forks source link

fix: decode username and password for socks tunnel #550

Closed jirimoravcik closed 3 months ago

jirimoravcik commented 3 months ago

This PR decodes URI component for username and password for SOCKS tunnel. This is already done inside the library used for forward SOCKS, so I'm adding it to chain SOCKS as well.

Closes #548