Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TidHTTP and proxy

9 views
Skip to first unread message

Landiin

unread,
Oct 8, 2007, 4:57:52 PM10/8/07
to
I am trying to allow my application to connect through proxy but I
can't get it to work here is a snip of the code I use.

Procedure Connect(URL: WideString);
begin
http := TidHTTP.Create(nil);
http.ProxyParams.ProxyPassword := wsProxyPW;
http.ProxyParams.ProxyUsername := wsProxyUN;
http.ProxyParams.ProxyServer := wsProxyServer;
http.ProxyParams.ProxyPort := iProxyPort;
http.Get(URL, msFile);
end;

Is there something else I should do to allow proxy support?

0 new messages