Hello,
I want to check for the presence of a particular cookie in browser cache. I have Firefox installed on my mac in addition to Safari.
The cookie could be present in either of the browsers.
I am able to use NSHTTPCookieStorage class to get the cookie info for Safari, but for FireFox it did not work.
Any suggestions on how I can do this for browsers other than Safari?
I want to check for the presence of a particular cookie in browser cache. I have Firefox installed on my mac in addition to Safari.
The cookie could be present in either of the browsers.
I am able to use NSHTTPCookieStorage class to get the cookie info for Safari, but for FireFox it did not work.
Any suggestions on how I can do this for browsers other than Safari?