Gets or sets the password that will be used for HTTP authentication.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
public string Password { get; set; }
public string Password { get; set; }
Field Value
The password that will be used for HTTP authentication.
If the web server returns an HTTP
401 (Unauthorized) or
407 (Proxy Authentication Required) response to
a request, then eggPlant Performance will automatically retry the request with an additional
"Authorization" HTTP header,
using this password.