[Client_Username] returns the username specified by the current client. Usually used in concert with the [Client_Password] method.
The username which was specified in the HTTP request or URL is returned. This tag cannot be used to retrieve the username which was passed in to [Inline] methods using the -Username method.
Client_Username
Use the [Client_Username] and [Client_Password] methods to retreive the current client's authentication information and pass them into the [Include_URL] method. The following example includes a URL on the www.example.com server.
Code
Include_URL(
'http://www.example.com/default.lasso',
-Username = Client_Username,
-Password = Client_Password
)
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