We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I use itunesconnectanalytics with proxy authentication?
The text was updated successfully, but these errors were encountered:
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();
Sorry, something went wrong.
No branches or pull requests
How can I use itunesconnectanalytics with proxy authentication?
The text was updated successfully, but these errors were encountered: