Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proxy connect with indy

Status
Not open for further replies.

htb222

Programmer
Jan 18, 2006
6
RO
Hi!
I using in my program an IndyHTTP component to sign in to a site and download some data.
Looks like all users who use proxies don't succesfully connect to site.
I saw that indy has some proxy settings like ProxyServer, Proxy Port, Proxy Username, Proxy Password but i don't know how to take this settings from Internet Explorer.
Could someone help me?
Thanks in advance.
 
Check the InternetQueryOption function in MSDN/SDK. It is in the Wininet Delphi unit.

You have some queries with flags INTERNET_OPTION_PROXY_xxx which return the proxy data.

May be googling on InternetQueryOption or the different INTERNET_OPTION_PROXY_xxx flags will produce some example code or better info (the SDK is what it is :).

HTH.
buho (A).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top