reusing cookies set in UIWebView
reusing cookies set in UIWebView
- Subject: reusing cookies set in UIWebView
- From: John Greene <email@hidden>
- Date: Thu, 21 Aug 2008 17:18:35 -0700
Hi,
I've done a little bit of searching and haven't found an answer to this
dilemma: I want to use a webservice in my app that returns XML, but the
catch is the user has to be logged in to get valid results, and the
log-in is quite distinct from the webservice. I could create a
UIWebView to the login screen, and somehow capture a successful login,
but I don't know how to reuse the cookies that get set later in a
NSURLRequest. Actually, I don't even know if that's possible. Does
anyone have any suggestions? The keys to the issue are I *have* to use
the login screen via a browser, and the webservice *has* to recieve
valid cookies.
Thanks,
John
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden