I’ve been working on an Adobe AIR application that stores a password for use with connecting to a user’s specified server. To do this, I use Adobe’s URLRequestDefaults object to manage the password. In order to save a password into the object, though, I have to use the setLoginCredentialsForHost() method, which requires the hostname that […]