Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jun : ISA proxy
| Subject: | ISA proxy |
| Posted by: | "Alain" (cuenca.ala..@free.fr) |
| Date: | Mon, 27 Jun 2005 10:52:11 |
I have a problem with ISA proxy 2000 and idhttp .
(indy9 & delphi7)
with another proxy, it's good but with ISA it's wrong !
Somebody has an idea?
HTTP.ProxyParams.ProxyServer:=ProxyServeur;
HTTP.ProxyParams.ProxyPort:=ProxyPort;
HTTP.ProxyParams.BasicAuthentication := true;
HTTP.ProxyParams.ProxyUsername := ProxyUser;
HTTP.ProxyParams.ProxyPassword := ProxyPass;
Thxs