summaryrefslogtreecommitdiff
path: root/packages/fcl-web/examples/httpclient/httpget.pas
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fcl-web/examples/httpclient/httpget.pas')
-rw-r--r--packages/fcl-web/examples/httpclient/httpget.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/fcl-web/examples/httpclient/httpget.pas b/packages/fcl-web/examples/httpclient/httpget.pas
index 6eb6d076fb..f8cae0aa74 100644
--- a/packages/fcl-web/examples/httpclient/httpget.pas
+++ b/packages/fcl-web/examples/httpclient/httpget.pas
@@ -92,6 +92,10 @@ begin
OnPassword:=@DoPassword;
OnDataReceived:=@DoProgress;
OnHeaders:=@DoHeaders;
+ { Set this if you want to try a proxy.
+ Proxy.Host:='195.207.46.20';
+ Proxy.Port:=8080;
+ }
Get(ParamStr(1),ParamStr(2));
finally
Free;