WebBrowser::SetPassword (open)
Set the username and password to use for authenticating for a specific URL
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
MACRO SetPassword(STRING urlbase, STRING username, STRING password)Parameters
STRING urlbaseURL prefix to match. The username and password of the match with the longest prefix will be used.
STRING usernameUser name to use
STRING passwordPassword to use