Bug 143893 - WebsiteDataStore should support getting cookie key and value
Summary: WebsiteDataStore should support getting cookie key and value
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 13:23 PDT by Shreyas VA
Modified: 2015-09-30 14:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shreyas VA 2015-04-17 13:23:40 PDT
https://bugs.webkit.org/show_bug.cgi?id=142178 added support for getting the host name of the cookie. 

A WKWebSiteDataRecord should have an API to get the cookie name and value of the cookie it represents.
Comment 1 John Turnipseed 2015-09-30 14:22:09 PDT
It would be helpful if the API allowed read only access to all the properties of the cookie.,, either a NSDictionary representation or an actual NSHTTPCookie object.