Does node http.request use my computers configured proxy?

I have a proxy server configured in Internet Explorer, will node http request object make its outgoing connections from my proxy ip automatically? Or will it still use my non-proxy ip?

It will use the connection available to it, which is the OS's internet connection. Any proxy settings within Internet Explorer will only be applied to internet browsing within IE.