4 Replies Last post: Oct 8, 2008 8:11 AM by gim_h  
Beginner 3 posts since
Apr 30, 2008
Currently Being Moderated

Jun 25, 2008 1:04 PM

Proxy pac - How do I disable RC from setting an automatic configuration script?

I have my own proxy.pac that I need to use, including the filter for:

 

if(shExpMatch(url, '*/selenium-server/*')) {
        return 'PROXY localhost:4444; DIRECT';

 

How do I disable RC from setting an automatic configuration script?

Chetan Dhumane Beginner 35 posts since
Sep 4, 2008
Currently Being Moderated
1. Oct 8, 2008 3:42 AM in response to: pmzritz
Re: Proxy pac - How do I disable RC from setting an automatic configuration script?

I am also facing same problem if you find any solution to this do reply me as soon as possible.

 

 

Warm regards,

 

 

Chetan

madhav Beginner 6 posts since
Oct 8, 2008
Currently Being Moderated
2. Oct 8, 2008 5:03 AM in response to: pmzritz
Re: Proxy pac - How do I disable RC from setting an automatic configuration script?

ln Windows Expolorers select Tools and Select Internert Option   and  click Connction button in the wizard  and then  clikc  Settions  widow there we can test orjec

 

there we can set proxy what we wantt

madhav Beginner 6 posts since
Oct 8, 2008
Currently Being Moderated
3. Oct 8, 2008 5:43 AM in response to: pmzritz
Re: Proxy pac - How do I disable RC from setting an automatic configuration script?

Even I am facing this problem pls help me?

gim_h Almighty 736 posts since
Oct 17, 2007
Currently Being Moderated
4. Oct 8, 2008 8:11 AM in response to: pmzritz
Re: Proxy pac - How do I disable RC from setting an automatic configuration script?

for IE, you can use *iehta instead of *iexplore,

for FireFox, you can use *chrome instead of *firefox.

More Like This

  • Retrieving data ...