Hi all,
I am building an intranet app for nodejs.
My app will unable to connect to the Internet directly. I need it because of everyauth.
On python, I can configure http proxy easily: sometimes I only need to define a shell environament variable...
export HTTP_PROXY=http://myproxy:8080/
Can I do something like that in nodejs?
Thank you!
--- Gio's Blog http://gioorgi.com
request.get({ url: "http://google.com", proxy: process.env.HTTP_PROXY })
> --
> 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 nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>