Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy issue #184

Open
geminixandroid opened this issue Aug 1, 2019 · 3 comments
Open

Proxy issue #184

geminixandroid opened this issue Aug 1, 2019 · 3 comments

Comments

@geminixandroid
Copy link

fix proxy issue with
var HttpsProxyAgent = require('https-proxy-agent');
...
fetch(url,{ agent:new HttpsProxyAgent('http://proxy_address:port')}).then((resp) => {

@petele
Copy link
Collaborator

petele commented Aug 8, 2019

We're not using https-proxy-agent anywhere in the code, not sure what you mean by this.

@geminixandroid
Copy link
Author

it's example for those, who work behind proxy with this Application. Need to add some config property for this.

@Sylgrid
Copy link

Sylgrid commented Sep 5, 2019

I had the same problem, working behind a firm proxy. It saved my time, thank you @geminixandroid .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants