fpweb possible bug.

Hello. Created a Simple CGI module, that works well, But the properties URL & URI do not work. I use lazarus 2.6.0 fpc 322 with lighttpd on windows. Here an exemple that reproduce the bug, and a log that I have.

[4/20/2023 22:36:24] 
ARequest.Server               : localhost
ARequest.ScriptName           : /fb1c/index.cgi
ARequest.ServerPort           : 80
ARequest.HttpVersion          : 
ARequest.ProtocolVersion      : 
ARequest.Accept               : text/html,application/xhtml xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
ARequest.AcceptCharset        : 
ARequest.AcceptEncoding       : gzip, deflate, br
ARequest.AcceptLanguage       : en-US,en;q=0.5
ARequest.Authorization        : 
ARequest.Connection           : keep-alive
ARequest.ContentEncoding      : 
ARequest.ContentLanguage      : 
ARequest.ContentLength        : 0
ARequest.ContentType          : 
ARequest.Date                 : 
ARequest.Expires              : 
ARequest.From                 : 
ARequest.Host                 : localhost
ARequest.IfModifiedSince      : 
ARequest.LastModified         : 
ARequest.Location             : 
ARequest.Pragma               : 
ARequest.Referer              : 
ARequest.RetryAfter           : 
ARequest.UserAgent            : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
ARequest.Warning              :
ARequest.WWWAuthenticate      :
ARequest.Via                  :
ARequest.HTTPAccept           : text/html,application/xhtml xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
ARequest.HTTPAcceptCharset    :
ARequest.HTTPAcceptEncoding   : gzip, deflate, br
ARequest.HTTPIfModifiedSince  :
ARequest.HTTPReferer          :
ARequest.HTTPUserAgent        : 
ARequest.Cookie               : 
ARequest.SetCookie            : 
ARequest.HTTPXRequestedWith   : 
ARequest.HttpVersion          : 
ARequest.ProtocolVersion      : 
ARequest.PathInfo             : 
ARequest.PathTranslated       : 
ARequest.RemoteAddress        : 127.0.0.1
ARequest.RemoteAddr           : 127.0.0.1
ARequest.RemoteHost           : 
ARequest.Method               : GET
ARequest.URL                  : 
ARequest.Query                : 
ARequest.Content              : 

bug.zip

Edited by Said Bounderra