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.
0
votes
0answers
21 views
Proxy for one specific script (extension PAC file?)
I'd like to write have a proxy for one specific script, so that if browser will request this script, it will ship some script from other source pointed by me. Is it possible?
It would be also nice to ...
0
votes
0answers
18 views
How to match both *.example.com and example.com in Pac file with shExpMatch?
Although I can do it with two shExpMatch()s or one regex, however I wonder if there's any way to do it with only one shExpMatch call.
*example.com can do the job, but is too widely defined, as it can ...
0
votes
0answers
9 views
Do I break the PAC pattern by loading nodes in hook_block_view?
http://www.garfieldtech.com/blog/mvc-vs-pac and Does Drupal comply with the MVC paradigm? suggest Drupal follows the PAC model. Does this mean I'm breaking the Drupal model by loading nodes and ...
0
votes
0answers
104 views
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) file we write is working fine in all other browser, except IE(Internet ...
0
votes
1answer
63 views
how to read PAC file using C++
I am using libcurl for HTTP requests.
My application should be able to understand the proxy settings if the user has any
So it can be
Proxy by proxy server or
Proxy by Auto proxy Configuration
I ...
0
votes
0answers
10 views
What's the difference between resolving WPAD in process and out of process?
In the WinHTTP autoproxy API, the WINHTTP_AUTOPROXY_OPTIONS will accept flags for WINHTTP_AUTOPROXY_RUN_INPROCESS and WINHTTP_AUTOPROXY_RUN_OUTPROCESS_ONLY. What's the difference between these two ...
0
votes
0answers
172 views
How to get access log of PAC(proxy auto config)
I'm using Chrome, and I want monitor brower access log for myself ( I suspect some extension send url in background, etc ), I try to use Privoxy, but it can't logging HTTPS url
I think PAC is the ...
1
vote
1answer
742 views
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 this article: ...
0
votes
0answers
129 views
Reading Firefox's Proxy settings via Javascript (not from an extension)
I'm working on some older code that was designed to use Firefox's XPCom to read Firefox's proxy settings. This is no longer working, and I'm looking for an alternative solution if there is one. This ...
0
votes
0answers
94 views
proxy.pac Display Site when visited second time and so
Proxy.pac File Code Here
function FindProxyForURL(url, host) {
if (shExpMatch(host, "www.uologic.com")){
return "PROXY 127.0.0.1:80";
}
if (shExpMatch(url, "www.xeuox.com")){
...
0
votes
0answers
67 views
conditional proxy for mac os
I am using SOCKS proxy for breaking GFW, but since not all website is block by it, so is there a way to setup a conditional proxy for my situation?
eg
if(connection_failed)
use proxy
else
...
1
vote
1answer
108 views
Using hardcoded pac script in Firefox
I am currently trying to port a chrome extension to firefox (addon-sdk). However I came up with a few problems porting the pac script functionality.
When setting a proxy through chromes extension ...
0
votes
0answers
193 views
Automatic Proxy Configuration script issue in Internet Explorer
I am trying to setup an automatic configuration script in IE. I use the function FindProxyForURL(url, host). More often than not, the url provided to this function by IE only contains the host name ...
0
votes
1answer
67 views
Does the VBA MSXML2 object support the use of a PAC file?
I am writing a VBA Excel add-in that uses the MSXML2 object to retrieve data over http. Not strictly a web browser; it just happens to be using the http protocol on port 80.
I know that if the user's ...
0
votes
1answer
125 views
Is PAC, just MVP with passive view?
In few words: is the PAC (Presentation‑Abstraction‑Control) design pattern, just the MVP (Model‑View‑Presenter) pattern where the view is a passive view?
As far as I can understand
MVP is a ...
0
votes
0answers
72 views
Keep browser setting using PAC file
I want to implement the following algorithm in the FindProxyForURL(url, host) JavaScript function using a PAC file:
If url match regex then use proxy
else keep current settings
I'm in trouble with ...
1
vote
1answer
333 views
obtaining proxy from PAC proxy requiring authentication
I am attempting to use WinHttpGetProxyForUrl where the PAC file specified by WINHTTP_AUTOPROXY_OPTIONS.lpszAutoConfigUrl requires HTTP basic authentication to access.
Is there some way to cause the ...
0
votes
0answers
200 views
How does Safari on Mac handle a bad proxy?
We're setting a PAC file for Safari (5.1.4 on Mac, Snow Leopard).
The PAC file has the following directive telling the browser to use a local proxy:
return "PROXY 127.0.0.1:17000;";
We do this ...
1
vote
0answers
319 views
Updating Internet Explorer/Chrome settings via command line
I've configured my own pac files (containing the proxy server to use and a list of sites/hosts that the proxy bypasses)
It would be too much of a hassle to change all browser settings for different ...
0
votes
0answers
125 views
HttpWebRequest giving “target machine actively refused” error
I am trying to access a URI through HttpWebRequest and am getting the "target machine actively refused" error.
I know from a machine that has no proxy this works fine and i know my corp internet uses ...
0
votes
2answers
3k views
How to use automatic proxy configuration script in Java
all! Please give me your advice.
My Internet Explorer is set to have an automatic proxy file(so-called PAC) for web access.
Is there a way to use this on my Java program, also ?
My below Java code ...
3
votes
1answer
2k views
How to find proxy server and password from .pac file
I am using dynatrace ajax edition and it requires an proxy server and password to connect to dynatrace server.
The problem is I ONLY have the .pac file URL that we use at work.
Is it possible to ...
1
vote
0answers
332 views
Eclipse and Proxy Auto-Config
How do you setup Eclipse to work with an auto-configured proxy with username/password? Even if I try to get the correct proxy address from the script manually, I can't get Eclipse to recognize the ...
1
vote
1answer
303 views
PAC (proxy auto-config) navigator.appName not available
i've already a working proxy.pac file. I'd like the clients to use different proxyserver depending on their web browser.
No problem I thought. There are many java script snippets out there, to detect ...
2
votes
2answers
601 views
Proxy PAC file: change proxy every set time interval?
I remember a while back reading about editing the proxy pac file which would switch proxies every set time interval, such as on an hourly basis.
But I cannot find the function or remember how to do ...
0
votes
1answer
94 views
PAC with kerberos
I am currently working on kerberos, and for now have this doubt on PAC in MS-KILE kerberos extension.
Can pac be included in pactype structure within authorization data, is meant for client to ...
1
vote
1answer
913 views
HTTPS in PAC file
I am writing a .pac file for use with iOS5 without jailbreak, but I feel trouble in matching the url starting with "https" (eg: https://test.com).
Here is my script:
function FindProxyForURL(url, ...
0
votes
0answers
946 views
Using a local proxy auto configuration (.pac) file for proxy settings from a chrome extension
I want to modify the proxy settings of chrome using an extension.
I want it to use a local .pac file which is present in my extension's root folder.
I tried following ways to refer this pac file:
...
2
votes
1answer
592 views
javascript get my local LAN ip address
I have quite happily set up pac files using myIpAddress() as a function to resolve the local IP on my LAN to load balance my proxies.
I now need to use this function, or anything that works simply, ...
1
vote
1answer
348 views
How to make Selenium pick my .pac file?
I am using Foxyproxy in Firefox and whenever I want to switch to my sandbox environment I use a .pac file. Life is good.
But when I try to automate using a browser based testing utility like ...
2
votes
2answers
861 views
Is it possible to run APC on PHP 5.3.6/IIS/Windows 2008?
The problem is that no binary I could find worked, the APC section never appears in the info display and the apc monitor states that APC is not running.
Is there a way to make APC + PHP + IIS work?
...
0
votes
1answer
465 views
How to debug Htmlunit traffic with Fiddler using PAC (proxy auto-config)
I have an application using Htmlunit and need put Fiddler to intercept traffic, i read something about configure it via PAC (proxy auto-config) javascript file that comes with but i cant found the ...
0
votes
1answer
448 views
How to avoid 127.0.0.1 on myIpAddress() in .pac files
Any idea how to avoid myIpAddress() always returning 127.0.0.1, instead of actual the host IP address?
Environment is Ubuntu 11.04 with Firefox 4.0.1.
The standard answer on Wikipedia of removing ...
-3
votes
1answer
283 views
What is the different between PAC and MVC? [closed]
I have doubt about this two pattern, like MVC and PAC, which is more powerful for a web Application.
0
votes
1answer
747 views
Error using FiddlerCore with proxy auto config file (PAC)
I'm using the stock SampleApp included with FiddlerCore. Http traffic works fine. For Https traffic, I'm getting the following message from FiddlerCore:
[Fiddler] Failed to read HTTPS request from ...
4
votes
3answers
850 views
Presentation-abstraction-control explanation
I am looking for a paper that would explain the PAC pattern well. So far all the stuff that I found is pretty sporadic. If there is an implementations of this pattern somewhere out there, that would ...
4
votes
2answers
688 views
Whats the convention on URL-structure in MVC/HMVC/PAC pattern?
In MVC its like http://www.yourdomain.com/sampleController/sampleAction/ and if you call just /sampleController/ then /sampleController/indexAction/ and if you just call / then ...
11
votes
6answers
2k views
Recommended structure for high traffic website
I'm rewriting a big website, that needs very solid architecture, here are my few questions, and pardon me for mixing apples and oranges and probably kiwi too:) I did a lot of research and ended up ...
2
votes
0answers
691 views
Handling large pac files in C# HTTPWebRequest
I currently have a C# application which makes frequent web requests that have to potentially go through proxy authentication. In this situation, a large PAC file (200kb+) is used to automatically ...
2
votes
1answer
246 views
IsInNet for ASP
First Post.
So I am working on a project due to some drawbacks to the abilities of a standard PAC file. Basically we need to route proxy rules based on the internal subnet of the requester. ...
4
votes
1answer
4k views
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:
function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; }
How ...
3
votes
1answer
257 views
Where in Windows is the Javascript file which contains functions for executing PAC files?
Proxy Auto Config (PAC) is the traditional method by which web-browsers are automatically configured to use the appropriate proxy for any given site. PAC files consist of a single function implemented ...
6
votes
3answers
5k views
Debugging autoproxy (PAC) javascript with alert()?
I am writing a custom .pac script for use with Firefox. Following numerous examples I've seen, I intersperse alert()s in order to debug it, but no alerts popup, even though the script is clearly being ...
8
votes
5answers
7k views
Examples of Hierarchical-Model-View-Controller (HMVC)? [closed]
I'm interested in the Presentation-Abstraction-Control? (aka Hierarchical-Model-View-Controller (HMVC)) Architectural Pattern for constructing complex user interfaces (GUI or web) and was wondering if ...

