ChaitanyaKaranam / servicenow-rest-api

Node.js Wrapper library for ServiceNow REST API.
https://www.npmjs.com/package/servicenow-rest-api
MIT License
18 stars 21 forks source link

Custom Proxy Settings #16

Closed fdemberla closed 3 years ago

fdemberla commented 3 years ago

ServiceNow.setNetworkOptions({ httpsAgent: agent, proxy: false })

Axios by default will use enviroment variables, use proxy: false to use the custom options.