(I realize that this is bordering on a Google API question, but there is some Cocoa content.)
Hi. One can whip up a WebKit/Cocoa app, aim it at a Gmail URL like this: https://www.google.com/accounts/ServiceLoginAuth?continue=http://mail.google.com/gmail&service=mail&Email=YOUR_LOGIN&Passwd=YOUR_PASSWORD&null=Sign+in and get automatically logged into her Gmail account. Pretty cool. Even cooler, in my opinion, is implementing this delegate method: - (void)webView:(WebView *)aSender resource:(id)anIdentifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)aChallenge fromDataSource:(WebDataSource *)aDataSource (Pages 20-21 of the URL Loading System documentation have the details.) So now, when you aim your app at the Gmail RSS feed URL: https://mail.google.com/mail/feed/atom you are authenticated automatically as well. The second case has me wishing there were a special URL for the first case that used standard authentication. (And thus would work with authentication delegate methods.) I tried the obvious, https://mail.google.com/mail, and that doesn't work. I'm still presented with the Gmail login form screen. Does anyone know if a special URL exists for Gmail that uses standard SSLv3 authentication like the Gmail RSS feed URL does? Thanks, -s _______________________________________________ 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]