Icon Password Property

property Password: String

Usage

Available In: Client and Server Applications

Specifies the password to use for authenticating the request with the web server using basic HTTP authentication, if required by the web server for the URL specified for the request. Both the UserName and the Password property are required in order to properly authenticate the request.

Information Basic HTTP authentication is a legacy, header-based mechanism used for authentication and is not the same as the authentication API used by the web server.
Image