> - 'get request info("foo")' is more concisely expressed as 'request
> info{"foo"}'
> 
> - The above will fail if the original request came in on a port other
> than port 80, because request info{"Host"} returns the hostname:port
> for ports other than 80, then you are adding the port again. In any
> case, you don't want to add the original port, because SSL goes to
> port 443, not the original port.
> 
>    The best way in v4 to build the url would be:  "https://%s%s"; %
> (request info{"*host"}; full requested url)
> 
> - db_requested_url can be replaced by the v4 command 'full requested
> url'.

Great improvements, thanks! Clearly, reading the v4 manual will be worth the
effort!

Will



_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to