node-geocoder icon indicating copy to clipboard operation
node-geocoder copied to clipboard

Running node-geocoder behind a coorporate proxy

Open noahwaldner opened this issue 7 years ago • 3 comments

I'm running this package in a coorporate environment where alle Requests have to be sent over a proxy.

I tried using request as an httpadapter and set the http_proxy and https_proxy evironment variables. The Proxy still doesnt get any calls from my Application and the App throws and ENOTFOUND error.

What is the Solution to this?

noahwaldner avatar Dec 12 '18 06:12 noahwaldner

@noahwaldner were you able to find a solution? I am facing the same problem

waqasnoor avatar Oct 10 '19 05:10 waqasnoor

Sadly i didnt. maybe i'll do a Fork of this wich includes proxy support

noahwaldner avatar Oct 10 '19 05:10 noahwaldner

@waqasnoor if you use the request adapter and HTTP_PROXY or HTTPS_PROXY environment variable it should be working, I will give it a try later this week.

nchaulet avatar Oct 10 '19 13:10 nchaulet