I recently created a node.js application that accesses social networking sites and caches our public channels. I use some existing npm modules to facilitate access to api on social networks. It works like a charm in my dev environment, but in our production environment requests fail because they need to go through a proxy.
Without the need to modify npm modules, how can I get outgoing requests to go through a proxy?
source share