WebBrowser::SetAuthorization (open)
Set the authorization header to use for authenticating for a specific URL
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
MACRO SetAuthorization(STRING urlbase, STRING authorizationheader)Parameters
STRING urlbaseURL prefix to match. The username and password of the match with the longest prefix will be used.
STRING authorizationheaderValue of the sent 'Authorization' header