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 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