Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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