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: | "Kees Vermeulen" (in..@kever.com) |
| Date: | Fri, 9 Jun 2006 15:34:14 |
Remy,
Thanks for your reply. I have a few additional questions which I have
posted as separate threads.
Regards,
Kees Vermeulen
Remy Lebeau (TeamB) wrote:
> "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
none