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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Returns all website cookies as JSON.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 8.4 | ✅ Yes | ❌ No | ❌ 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
}
]
Created 11st August 2018, last changed 11st December 2020
WebView.AddUserScript - WebView.AllowsAnyHTTPSCertificateForHost
Feedback: Report problem or ask question.