WebViewProxy()

Syntax

WebViewProxy(URL$, Port [Username$, Password$])
Description
Setup a proxy for all the future WebViewGadget() created. This means than all the external link and URL will goes trough this proxy before reaching the destination. It can be useful in a company environment where security level is high.

Parameters

URL$ The proxy server URL.
Port The proxy server port.
Username$, Password$ (optional) If the proxy server requires authentication, a username and password can be set.

Return value

None.

Remarks

When used on MacOS, the minimum requirement is MacOS 14 (Sonoma).

See Also

WebViewGadget()

Supported OS

All

<- WebViewGadget() - WebView Index