Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Indy 10, SSL, Proxy and HTTP(S)
| Subject: | Re: Indy 10, SSL, Proxy and HTTP(S) |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 8 Jun 2006 12:18:10 |
"Kees Vermeulen" <info@kever.com> wrote in message
news:448819fc$1@newsgroups.borland.com...
> I have everything working but now I need to add support for proxy servers
TIdHTTP already supports proxies. Look at the ProxyParams property.
> - Support for HTTP and HTTPS
You need to attach an SSL IOHandler to the TIdHTTP in order to support
HTTPS.
> - Automatic detection of proxy configuration
That is beyond Indy's ability, as that is platform- and OS-specific. You
have to implement that in your own code.
> - Retrieving proxy settings from the users IE profile
There are functions in the WinInet API for querying IE's settings.
Gambit