How to automatically configure username/password with proxy PAC file

authenticationpacPROXY

I have rather complex proxy setup and one of those proxies requires username/password. Is there a way to configure the username/password so that users don't have to enter them when traffic is redirected to this one proxy? Atleast returning PROXY username:password@server:port or PROXY http://username:password@server:port wont work.

Best Answer

I had similar problem, so create a tool: https://github.com/sjitech/proxy-login-automator

This tool can create a local proxy and automatically inject user/password to real proxy server. Support PAC script.