socket.io-proxy
socket.io-proxy copied to clipboard
Support for proxy authentication?
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 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.
it would be nice is auth will be part of library