Thema: Delphi IdHttp und proxy

Einzelnen Beitrag anzeigen

Benutzerbild von ghost007
ghost007

Registriert seit: 31. Okt 2005
Ort: München
1.024 Beiträge
 
Delphi 7 Personal
 
#10

Re: IdHttp und proxy

  Alt 30. Okt 2008, 22:26
Zitat von Hobby-Programmierer:
oder hier und hier ne aktuellere
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]
gut, wenn ich jetzt aber von der oben genanneten site IP und port angebe und dann die zeile code ausführe geht nix >.<
Christian
Es gibt möglich Dinge und unmöglich Dinge.
Für unmögliche braucht man lediglich etwas länger.
  Mit Zitat antworten Zitat