TooTallNate / node-proxy-agent

Maps proxy protocols to `http.Agent` implementations
285 stars 69 forks source link

add auth to proxyUri #15

Closed jonapgar closed 6 years ago

jonapgar commented 6 years ago

Different proxies with same hostname/port but different auth parameters were receiving the same agent from cache.

TooTallNate commented 6 years ago

Thanks!