:: Documentation >>

password

Sets password for authentication.

Syntax

var value = obj.getPassword(); 
obj.setPassword(value);        

Examples

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

See also

username 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