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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]