Hi Dave, 

Indeed, no replies... :-((

Not even from Kevin, but I think he is still on leave (and he deserved it)

The URL you mentioned is very interesting, but you are right... To make it
work, you need the location of the pacfile so thatıs no solution
unfortunately.

put hostNameToAddress("WDAP") returns empty though my settings are set to
Automatic detect...

Nope, I guess we have to wait for a respons from our RR friends, unless
anybody else has figuered this one out...

Regards,

Ton Kuypers


> From: Dave Cragg <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 12 Aug 2003 09:26:56 +0100
> To: <[EMAIL PROTECTED]>
> Subject: Re: Http proxy
> 
> At 11:54 am +0200 6/8/03, [EMAIL PROTECTED] wrote:
>> For some reason leaving the http-proxy empty prevents RR to use the
>> default-settings of explorer on my XP pc.
>> 
>> So I looked into the registry and found the entry containing the
>> proxy-settings:
>> 
>>   put queryRegistry
>>   ("HKEY_CURRENT_User\Software\Microsoft\Windows\
>>   CurrentVersion\Internet Settings\ProxyServer") into vProxy
>> 
>>   set the HTTPProxy to vProxy
>> 
>> This works fine when there actually is a proxy set, but on a second PC I set
>> the lan settings of explorer to "automatically detect settings".
>> Now it doesn't work anymore, vProxy is empty and there is no connection
>> anymore.
>> 
>> Does anyone know how to get the HTTTPproxy to work when "automatically
>> detect settings" is choosen?
>> 
>> Many thanks in advance,
>> 
>> Ton Kuypers
> 
> 
> You didn't get any replies on this. A pity, as I was also hoping
> someone might have an answer.
> 
> I found some information here about how the "Automatically detect
> settings" works, and the difference from the "Use automatic
> configuration script." setting.
> 
> <http://hermes.wwwcache.ja.net/servers/proxy/directip.html>
> 
> If my interpretation is correct, at the very least, it looks like you
> would have to parse the javascript "FindProxyForURL" function.
> 
> But before that, you'd have to find where the script is located.
> Unfortunately, I don't have a setup that allows me to explore this
> more.
> 
> Just out of interest, when you set "Automatically detect settings",
> is IE able to connect. If so, from Rev, do you get anything returned
> from the following script:
> 
> on mouseUp
>  put hostNameToAddress("WDAP")
> end mouseUp
> 
> 
> Cheers
> Dave
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to