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

itunesconnectanalytics with proxy authentication? #26

Open
izaque opened this issue Jan 16, 2018 · 1 comment
Open

itunesconnectanalytics with proxy authentication? #26

izaque opened this issue Jan 16, 2018 · 1 comment

Comments

@izaque
Copy link

izaque commented Jan 16, 2018

How can I use itunesconnectanalytics with proxy authentication?

@izaque
Copy link
Author

izaque commented Mar 20, 2018

JanHalozan, I was able to use a proxy authentication. Here's how it works:

//npm install global-tunnel-ng => https://github.com/np-maintain/global-tunnel

var globalTunnel = require('global-tunnel-ng');

globalTunnel.initialize({
host: '10.0.0.23',
port: 3128,
proxyAuth: 'izaque.desouza:PAssWord', // optional authentication
sockets: 50 // optional pool size for each http and https
});

//Optionally, to tear-down the global agent and restore node's default global agents:
//globalTunnel.end();

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

No branches or pull requests

2 participants