:: Documentation >>

username

Sets the user name for authentication.

Syntax

var value = obj.getUsername(); 
obj.setUsername(value);        

Examples

var req = new AW.HTTP.Request;
req.setURL('<url>'); 
req.setUsername('admin'); // login name
req.setPassword('xyz123'); 
req.request();

See also

password property, request() method

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5