Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Paul
uot;Marcello Vezzelli" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, December 06, 2005 6:31 PM Subject: Re: [twsocket] Detect Http/https proxy > Paul wrote: > >> I know Maurizio's component, but it also doesn't work in every situation >>

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Marcello Vezzelli
Paul wrote: > I know Maurizio's component, but it also doesn't work in every situation > (which may never be the case anyway), > so I want to implement extra checks. > For what I have found on the net, when a http statuscode 305 is received, > there should be more info returned about the proxy.

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Paul
riginal Message - From: "Marcello Vezzelli" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, December 06, 2005 9:53 AM Subject: Re: [twsocket] Detect Http/https proxy Paul wrote: > Which is the best way to detect http/https proxy's ? > For IE

Re: [twsocket] Detect Http/https proxy

2005-12-06 Thread Marcello Vezzelli
Paul wrote: > Which is the best way to detect http/https proxy's ? > For IE, you can use InternetQueryOption or a lookup in the registry, but what > about all others (Netscape, Opera ...) > I've seen a lot of ports used (80, 800, 8001, 3128 5865 ...) > Does anyone have a common 'proxy-detect rout

Re: [twsocket] Detect Http/https proxy

2005-12-05 Thread Paul
Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, December 05, 2005 8:51 PM Subject: Re: [twsocket] Detect Http/https proxy >> Does anyone have a common 'proxy-detect routine' ? > > As far as I know there is no standard in that mat

Re: [twsocket] Detect Http/https proxy

2005-12-05 Thread Francois PIETTE
mber 05, 2005 8:37 PM Subject: [twsocket] Detect Http/https proxy > Which is the best way to detect http/https proxy's ? > For IE, you can use InternetQueryOption or a lookup in the registry, but > what about all others (Netscape, Opera ...) > I've seen a lot of ports used (80, 800

[twsocket] Detect Http/https proxy

2005-12-05 Thread Paul
Which is the best way to detect http/https proxy's ? For IE, you can use InternetQueryOption or a lookup in the registry, but what about all others (Netscape, Opera ...) I've seen a lot of ports used (80, 800, 8001, 3128 5865 ...) Does anyone have a common 'proxy-detect routine' ? Should the loo