Hello,
I wanted to extract the URL from cookes.plist (Safari). However the value for the cookie has some special characters. Thus as it is, this value cannot be used with the browser. How can I convert the value to canonical form so that I can use it for opening in a browser. I had tried using [NSURLProtocol canonicalRequestforRequest], but it did not work :-(
Suggestions are welcome.
I wanted to extract the URL from cookes.plist (Safari). However the value for the cookie has some special characters. Thus as it is, this value cannot be used with the browser. How can I convert the value to canonical form so that I can use it for opening in a browser. I had tried using [NSURLProtocol canonicalRequestforRequest], but it did not work :-(
Suggestions are welcome.