Board index » delphi » Indy's TIdHttp and proxies

Indy's TIdHttp and proxies

Hi!

I am currently using the SocksInfo settings with TIdHTTP, but while
this seems to work for people using socks firewalls it doesn't work
for people using simple proxies. Do I have to fill in the socksserver,

password, etc. info again into TidHTTP.Request.ProxyServer,
ProxyPassword, etc.?
Is SocksInfo for firewalls only and the TidHTTP.Request.Proxy*
properties for proxies?

Thanks for your help,
Marcus

 

Re:Indy's TIdHttp and proxies


If you are using CERN proxy to access Internet then you have to use
TIdHttp.Request.Proxyserver and etc. properties.

When you are using Socks firewall then you should use SocksInfo property.

You can combine them . Use socks firewall to connecto to CERN proxy server.

Doychin

Quote
"Marcus Moennig" <minib...@gmx.de> wrote in message

news:39edd215.24112483@newsgroups.borland.com...
Quote
> Hi!

> I am currently using the SocksInfo settings with TIdHTTP, but while
> this seems to work for people using socks firewalls it doesn't work
> for people using simple proxies. Do I have to fill in the socksserver,

> password, etc. info again into TidHTTP.Request.ProxyServer,
> ProxyPassword, etc.?
> Is SocksInfo for firewalls only and the TidHTTP.Request.Proxy*
> properties for proxies?

> Thanks for your help,
> Marcus

Other Threads