You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've found your module and suits me very well, however I'm trying to use it behind a corporate proxy and while npm, node, etc behave well with env http_proxy and https_proxy I see no way to make this work with node-rest-client.
The config is as follows:
Hi,
I've found your module and suits me very well, however I'm trying to use it behind a corporate proxy and while npm, node, etc behave well with env
http_proxy
andhttps_proxy
I see no way to make this work with node-rest-client.The config is as follows:
please notice both variables using same http protocol to access the proxy.
The proxy option is not working either as the final https url is trying to use ssl and I see no way of making it use the proxy over http.
node is v4.4.7
Any help will be appreciated.
K.R.
The text was updated successfully, but these errors were encountered: