Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
8k views

How to debug a Javascript proxy.pac file used for IE proxy settings?

does someone know if its posible to debug a proxy.pac, this file is written in Javascript. how can it be attached to some debug engine like Visual Studio or any other IDE
2
votes
1answer
323 views

How to use libproxy with proxy.pac?

Has anyone here used Libproxy library? If I am to make an application to resolve proxy settings by reading proxy.pac from a remote server, would libproxy help me with that? Any ideas on how to use ...
1
vote
1answer
3k views

Uploading images with Uploadify run into IO Error with local proxy (proxy.pac)

I'm trying to upload images with Uploadify but I run into IO error. I have got http://github.com/leeh/uploadify_paperclip_demo and it works on my computer, so I decided to implement functionality of ...
0
votes
0answers
52 views

How do I view the .pac file in Firefox 8?

Our network uses default proxy config, and I used to be able to view the .pac file from Firefox through preferences. This seems to have disappeared in FF8. Any suggestions? I'm on Windows 7.
0
votes
0answers
42 views

Creating a .pac to redirect certain pages

I've been at this for a while and i'm stumped. I need to create and Automatic Configuration script for one of our servers. It needs to be able to individually block/reroute certain url's. For ...
0
votes
0answers
124 views

how to use javascript in proxy.pac to turn on proxy in one tab but off in another

I am trying to use proxy.pac to set different proxy based on the tab (not url in tab). So tab1 uses proxy1, and I launch tab2 to use proxy2 regardless of what the tab loads. I tried to do this using ...