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: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

WebView.Passwords.Set

Stores a password for later.

Component Version macOS Windows Linux Server iOS SDK
WebView 6.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "WebView.Passwords.Set"; Host; Name; Password { ; Persistence } )   More

Parameters

Parameter Description Example Flags
Host The host name. "monkeybreadsoftware.de"
Name The user name. "admin"
Password The password to use. "890245456"
Persistence Defines the persitance of the password.
Can be Permanent, ForSession, Synchronizable or None.
Default is none.
"None" Optional

Result

Returns OK or error.

Description

Stores a password for later.
The password is saved and when a website with right host name asks for it, the plugin will tell the webviewer about it.

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

Example Databases

Blog Entries

Created 24th June 2016, last changed 27th June 2016


WebView.Passwords.Install - WebView.Paste

Feedback: Report problem or ask question.