The [web_request->raw] method returns a map of all the web server variables sent to Lasso by the web server.
web_request->raw
The code below displays the HTTP_HOST variable sent by the server when the URL http://www.example.com/test.lasso?id=1&type=3 is requested.
Code
web_request->raw->find('HTTP_HOST')
Result
www.example.com
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments