Registriert seit: 19. Jan 2006
Ort: München
392 Beiträge
Delphi XE Starter
|
Re: IdHttp und proxy
30. Okt 2008, 23:20
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]
Mario 'Lesen Sie schnell, denn nichts ist beständiger als der Wandel im Internet!'
|