socket.io-proxy icon indicating copy to clipboard operation
socket.io-proxy copied to clipboard

Support for proxy authentication?

Open viz123 opened this issue 9 years ago • 2 comments

Thanks for doing this package.

As far as I understand, currently it does not support proxy authentication; or does it? If it does not, any plan to include that feature?

viz123 avatar Mar 25 '15 21:03 viz123

@viz123 You'd be correct in thinking it doesn't support auth currently. Can you be more specific about what sort of authentication you'd be after? In lib/main.js if you search for var options = { you can mess with the options there. See http://stackoverflow.com/questions/7974439/node-js-http-get-through-squid-proxy-authorization-issue for an example of Basic Auth.

joshbalfour avatar Jul 06 '15 15:07 joshbalfour

it would be nice is auth will be part of library

vinnitu avatar Apr 15 '16 16:04 vinnitu