![]() |
IdHttp und proxy
Ich hab mich gefragt, wie man die idhttp kompo über nen proxy jagen kann.
Es geht irgendwie mit den proxy params ... aber ich hab keine ahnung was ich da eingeben muss. Kann mir evtl jemand eine beispieleinstellung posten? Bzw auch was ich alles einstellen muss? Danke - MfG - Ghost007 |
Re: IdHttp und proxy
Genau so heißen die. ProxyParams, musst mal im OI schauen.
![]() |
Re: IdHttp und proxy
Zitat:
|
Re: IdHttp und proxy
Zitat:
|
Re: IdHttp und proxy
Zitat:
@Christian: Die Daten musst du ja wissen, zu welchem Proxyserver Du verbinden musst? :gruebel: |
Re: IdHttp und proxy
Zitat:
|
Re: IdHttp und proxy
|
Re: IdHttp und proxy
Zitat:
Delphi-Quellcode:
Memo1.text:=idHttp1.get('http://www.google.de');
|
Re: IdHttp und proxy
![]() ![]() so wirds gemacht
Delphi-Quellcode:
For Indy 9.0 and Indy 10
HTTP1.ProxyParams.ProxyServer := [the DNS name of the proxy server or its IP address] HTTP1.ProxyParams.ProxyPort := [port the HTTP the HTTP proxy listens on] HTTP1.ProxyParams.ProxyUsername := [username if the proxy requires authentication] HTTP1.ProxyParams.ProxyPassword := [password if the proxy requires authentication] |
Re: IdHttp und proxy
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:53 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz