Re: [nodejs] Outgoing HTTP Requests via a proxy / firewall with authentication

2012-07-18 Thread Ben Noordhuis
On Wed, Jul 18, 2012 at 6:47 PM, santa 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:p...@example.com/ style proxy requests won't work however,

[nodejs] Outgoing HTTP Requests via a proxy / firewall with authentication

2012-07-18 Thread santa
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. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message bec