Can node.js be setup to recognize a proxy (like Fiddler for example) and route all ClientRequest\'s through the proxy?
I am using node on Windows and would like to d
Answering my own question: according to https://github.com/joyent/node/issues/1514 the answer is no, but you can use the request module, http://search.npmjs.org/#/request, which does support proxies.
request