How To Authenticate Socks 5 Proxies Inside PAC (Proxy Auto Config) Files

Posted by darkAsPitch on Stack Overflow See other posts from Stack Overflow or by darkAsPitch
Published on 2009-12-06T23:37:49Z Indexed on 2010/04/26 11:43 UTC
Read the original article Hit count: 396

Filed under:
|
|
|
|

How can you setup PAC files to use SOCKS proxies with authentication?

Using this simple PAC file as an example:

function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; }

How would you connect to that socks proxy using a username and password?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about proxy