HI,
How come Request.URI executed from an http server returns "/index", while from cgi it returns empty?
Let me explain better, if I request the value of ARequest.URI:
from httpsserver = '/index'
from cgi = empty
I need to know the value of ARequest.URI from CGI.