Generates a pac URI, according to windows global settings, using WinHTTP API
npm install windows-pac-resolverGenerates a pac URI, according to windows global settings, using WinHTTP API
Installation
============
Just run
npm install windows-pac-resolver
API
===
const wpr = require('windows-pac-resolver');
const pacURI = wpr.getPACUri();
undefined if no proxy is configured.If a proxy is manually configured, it will generate a PAC file on-the-fly and return a data uri with the proxy information.
Can be used with modules like proxy-agent or pac-proxy-agent
License
=======
MIT