Ability to set a Proxy in a script
|
05-23-2014, 12:29 AM
Post: #3
|
|||
|
|||
RE: Ability to set a Proxy in a script
For Chrome you can just specify whatever you want on the command-line (in the chrome tab of the advanced settings). You can either use the direct mappings or you can specify the proxy.
If you specify a proxy, you should use a PAC script that doesn't proxy localhost traffic, otherwise the testing itself will fail (and you'll probably need to host the pac file somewhere). Here's a PAC script that I've used before: Code: function FindProxyForURL(url, host) { |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Ability to set a Proxy in a script - pganti - 05-17-2014, 07:59 AM
RE: Ability to set a Proxy in a script - pganti - 05-21-2014, 07:35 AM
RE: Ability to set a Proxy in a script - pmeenan - 05-23-2014 12:29 AM
|
User(s) browsing this thread: 1 Guest(s)