Top "Pac" questions

A proxy auto config file (PAC) is used by a web browser (or other agent) to choose the proxy server to be used using the specified URL as a criteria for the selection.

Using Proxy Automatic Configuration from IE Settings in .Net

I'm having trouble getting Proxy Automatic Configuration (PAC) in IE options to work as expected using .Net WebRequest. According to …

c# .net proxy pac
Is there any way to get git to work directly with a .pac (proxy auto-config) script?

My corporate network works with a PAC script.(http://proxyconf.xxx.yy-ss/proxy.pac). Using the PAC script in the "…

git pac
HTTPS in PAC file

I am writing a .pac file for use with iOS5 without jailbreak, but I feel trouble in matching the url …

proxy pac
proxy pac file in windows 7/ie10

I have set the proxy file as shown below: function FindProxyForURL(url, host) { return "PROXY 10.10.10.10:8080"; } Nothing exists at 10.10.10.10. In IE10/…

proxy internet-explorer-10 pac
How to use Proxy PAC file for python urllib or request?

How do I include my automatic proxy config file in HTTP libraries like urllib or requests. pacfile = 'http://myintranet.com/…

python proxy python-requests urllib pac
How To Authenticate Socks 5 Proxies Inside PAC (Proxy Auto Config) Files

How can you setup PAC files to use SOCKS proxies with authentication? Using this simple PAC file as an example: …

javascript authentication proxy socks pac
How to set a proxy auto-configuration script (.pac) to be used in C#?

I'm starting to write some very simple web-apps in C# and occasionally I get exceptions about not having a proxy …

c# proxy pac
The function FindProxyForURL in pac (proxy-auto-config) file can not work in IE browser

we spent three days still could not solve a strange technical problem, so we need your help. The pac (proxy-auto-config) …

javascript internet-explorer browser pac autoproxy
Why do I get "malformed URL" error when performing remote actions using GitKraken in a corporate environment?

When using GitKraken and attempting to perform remote actions (push/pull/fetch and possibly clone) in my corporate environment I …

git proxy pac gitkraken zscaler