Browse Source

* Add path to URI request

git-svn-id: trunk@9284 -
peter 17 years ago
parent
commit
c503526407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fppkg/pkglnet.pp

+ 1 - 1
utils/fppkg/pkglnet.pp

@@ -142,7 +142,7 @@ begin
     FHTTP.Host := URI.Host;
     FHTTP.Host := URI.Host;
     FHTTP.Method := hmGet;
     FHTTP.Method := hmGet;
     FHTTP.Port := URI.Port;
     FHTTP.Port := URI.Port;
-    FHTTP.URI := '/' + URI.Document;
+    FHTTP.URI := URI.Path + URI.Document;
     FHTTP.SendRequest;
     FHTTP.SendRequest;
 
 
     FQuit:=False;
     FQuit:=False;