Tagged Questions
The autoproxy tag has no wiki summary.
4
votes
3answers
3k 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 ...
2
votes
2answers
2k views
Is there any way of configuring Eclipse IDE proxy settings via an autoproxy configuration script?
I am behind a firewall which uses autoproxy configuration script. I am able to browse the internet when I enable the autoproxy url in most browsers I use (IE 7, IE 8, FF, Chrome). For your reference ...
1
vote
1answer
112 views
TypeError: AutoProxy object is not iterable - multiprocessing
consider the following server code :
from multiprocessing.managers import BaseManager, BaseProxy
def baz(aa) :
print "aaa"
l = []
for i in range(3) :
l.append(aa)
return l
...
1
vote
4answers
1k views
Autoproxy configuration script parsing in .Net/C#
In order for my application (.Net 1.1) to use the system configured proxy server (trough a proxy.pac script) I was using an interop calls to WinHTTP function WinHttpGetProxyForUrl, passing the ...
0
votes
1answer
229 views
Windows Azure Compute Emulator Error
I have Azure SDK 1.6, WIF, Nuget 1.5, Azure Mobile Toolkik, Visual Studio Ultimate 2010 sp1, Windows Phone SDK 7.1 and many other latest sdk.
I tried two sample, the Tweet your blob from azure toolkit ...
0
votes
0answers
79 views
Does a long proxy auto-config (PAC) slow down page load times during web browsing significantly?
I'm thinking of writing a very elaborate PAC file to auto-proxy any requests from my web browser that match a list of patterns, but to let all the rest pass directly through. By "elaborate" I just ...
0
votes
0answers
292 views
Register external @AspectJ aspects dynamically in main spring project
I'm currently tying to integrate external @AspectJ aspects into a Spring+JSF project. That is, my aspects are implemented in seperate projects and should be loaded into the main application context at ...
0
votes
1answer
73 views
system proxy setting detection fails
I have some misterious problem with system proxy detection:
Actually, I have the right code to detect system proxy settings at runtime, it can handle pac files and http proxy settings as well.
It ...