Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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.com" | |
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
This function is free to use.
Created 24th June 2016, last changed 4th March 2023