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.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Returns all website cookies as JSON.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 8.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. |
Returns OK or error.
Get all cookies:
Set Field [ WebView SelectedText::Cookies ; MBS("Webview.AllCookies"; "web") ]
Example result:
[
{
"domain" : "www.filemaker.com",
"secure" : false,
"HTTPOnly" : false,
"commentURL" : null,
"portList" : [
],
"expiresDate" : "2027-11-03 21:43:00 +0000",
"value" : "192.123.25.13.123456789",
"path" : "\/",
"comment" : null,
"name" : "fmi_cookie",
"sessionOnly" : false
}
]
This function checks for a license.
Created 11st August 2018, last changed 23th February 2023
WebView.AddUserScript - WebView.AllowsAnyHTTPSCertificateForHost