Lasso Soft Inc. > Home

[ Client_Username ]

Method

[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.

  • Syntax
Client_Username
Examples
  • Beginner

To use the current clien'ts authentication information to load a remote URL:

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
)

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft