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 urlbase
URL prefix to match. The username and password of the match with the longest prefix will be used.
STRING authorizationheader
Value of the sent 'Authorization' header