Closed fdemberla closed 3 years ago
ServiceNow.setNetworkOptions({ httpsAgent: agent, proxy: false })
Axios by default will use enviroment variables, use proxy: false to use the custom options.
ServiceNow.setNetworkOptions({ httpsAgent: agent, proxy: false })
Axios by default will use enviroment variables, use proxy: false to use the custom options.