|
|
[request_params]Description
Parametersnone Sample Usage
Source CodeClick the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
Related TagsComments |
|||||||||||||||||||
To use with IIS...
Note that when running under IIS, all header fields seem to be prefixexd by HTTP_ . The usage example would in that case need to be request_params->find('HTTP_Host'); Unless the tag is updated for example like this (a bit blunt though): local('value') = #i->removeleading(#name + ':')&trim&; #value->removeleading('HTTP_'); #out->insert(#name = #value);