On Wed, Jul 18, 2012 at 6:47 PM, santa <[email protected]> wrote: > Hello All, > > Is there a way that I can make all http requests from node.js application > pass through a proxy with authentication? > > Thank you.
You probably want request[1]. http://user:[email protected]/ style proxy requests won't work however, see [2]. [1] https://github.com/mikeal/request [2] https://github.com/joyent/http-parser/issues/116 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
