Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3    Statistic    FMM    Blog  

WebView.Passwords.Install

Installs the plugin functions which watch for password requests on a WebViewer.

Component Version macOS Windows Linux Server iOS SDK
WebView 6.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "WebView.Passwords.Install"; WebViewerRef )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. "web"

Result

Returns OK or error.

Description

Installs the plugin functions which watch for password requests on a WebViewer.
The plugin keeps a list of passwords and provides them to WebViewer on request.

The standard password dialog may not show up. So on use this for automated website loading.
Our password feature is for HTTP Authentication, not for login forms.

Supported for WebKit 2.x (FileMaker 16 Mac) with plugin version 7.3.

Examples

Set password and open webpage asking for it:

Set Variable [$r; Value:MBS("WebView.Passwords.Install"; "web")]
Set Variable [$r; Value:MBS("WebView.Passwords.Set"; "192.168.2.103"; "admin"; "webcam123")]
Set Web Viewer [Object Name: "web"; URL: "http://192.168.2.103/main.htm"]

See also

Release notes

Example Databases

Blog Entries

This function does not need a paid license.

Created 24th June 2016, last changed 2nd November 2021


WebView.Passwords.Clear - WebView.Passwords.Set

💬 Ask a question or report a problem


Start Chat