WebBrowser::SetProxyPassword (open)
Set the username and password to use for authenticating for the proxy for a specific URL
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
MACRO SetProxyPassword(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