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
I’d like to use this library at work, but we access the internet via a corporate proxy. If I don’t pass proxy connection information to the underlying node-rest-client HTTP library, the RFG API call fails.
I’d like to use this library at work, but we access the internet via a corporate proxy. If I don’t pass proxy connection information to the underlying
node-rest-client
HTTP library, the RFG API call fails.If there was an option to pass a configuration object to
node-rest-client
, that’d be enough to fix it. Specifically, the object defined innode-rest-client/README
: § Connect through proxy.The text was updated successfully, but these errors were encountered: