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 urlbase

URL prefix to match. The username and password of the match with the longest prefix will be used.

STRING username

User name to use

STRING password

Password to use