Forum Moderators: open
function FindProxyForURL(url, host) { return \"SOCKS 123.123.123.123:1234;\"; }";
Does anyone know how I would/should modify that PAC file if the socks proxy required a username and password?
I'm starting to think it's not even possible, as I have looked everywhere I know where to look for this answer... please, help :S
PAC files are typically used for large company intranets or so I read here [en.wikipedia.org...] which makes me believe that there must be some way to authenticate socks 5 proxies with them.
But then again, firefox and msie don't support socks 5 authentication now do they..?