I have one question is when I am hitting a proxy server using axios, I am getting below error, while using npm "request" module it works fine for me.
If anyone can please share thought on this.
Thanks in advance.
Error: getaddrinfo ENOTFOUND http://digitalproxy.gslbext.ngco.com http://digitalproxy.gslbext.ngco.com:80
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',