Re: RESTful API's - Easy way to interact?
Re: RESTful API's - Easy way to interact?
- Subject: Re: RESTful API's - Easy way to interact?
- From: Peter Burtis <email@hidden>
- Date: Sat, 31 May 2008 21:35:10 -0400
On May 31, 2008, at 1:12 PM, Jens Alfke wrote:
I think there's a need for some additional API on NSURLConnection to
provide finer-grained control over authentication. In particular,
(1) Ability to set credentials on the request before starting the
connection
(2) Ability to disable the connection from looking in the Keychain
Thanks Jens, macnetworkprog isn't a list I read, but I'll dip my toe
in over there for a good cause. I agree that the above functionality
would make all the difference in the world.
On May 30, 2008, at 10:16 PM, Jeremy wrote:
'Basic ' + Base64.encode(username + ':' + password)
Jeremy, if you do have a special case and need to set the
authentication header instead of going with the built in functions,
cocoa doesn't have any base 64 functionality built in that I know of,
but there are many examples floating around the net of adding
encodeBase64 methods in a category to either NSString or NSData. Most
use libcrypto (a Rubik's Cube of a C library!). Dave Dribin's blog
has one such example:
http://www.dribin.org/dave/blog/archives/2006/03/12/base64_cocoa/
-Pete
_______________________________________________
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