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'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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: