Re: CFHTTPMessageAddAuthentication problem
Re: CFHTTPMessageAddAuthentication problem
- Subject: Re: CFHTTPMessageAddAuthentication problem
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Tue, 03 Dec 2013 15:47:10 +0000
On 3 Dec 2013, at 15:39, Jens Alfke <email@hidden> wrote:
> Actually I think the OP can simply use NSURLConnection, as I said in my last reply.
Perhaps.
My concern is that, once the outer HTTP is done, the inner HTTP is going to want two-way interactive communication, and NSURLConnection isn't really designed for that. Rather, it's very much focused on the 'send this request and receive this response' model of HTTP. So, while it's possible you could bodgy two-way communication on top of NSURLConnection (using an 'exciting' body stream), my guess is that doing your own Digest authentication is going to end up being easier.
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden