• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Does CFHTTPMessageAddAuthentication support digest auth?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does CFHTTPMessageAddAuthentication support digest auth?


  • Subject: Re: Does CFHTTPMessageAddAuthentication support digest auth?
  • From: "Quinn \"The Eskimo!\"" <email@hidden>
  • Date: Tue, 14 Jul 2015 09:29:20 +0100

On 13 Jul 2015, at 23:20, Jens Alfke <email@hidden> wrote:

> Does CFHTTPStream just go into passthru mode at that point?

On the read side, yes.  The problem is the write side.  Remember that, when you want to stream data to a CFHTTPStream, you give it a read stream and it reads data from that stream and writes it to TCP connection.  The issue is that it applies chunked transfer encoding to the data, as you'd expect for an HTTP request body of unknown length.  Alas, this is not helpful when implementing a WebSocket.

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


  • Follow-Ups:
    • Re: Does CFHTTPMessageAddAuthentication support digest auth?
      • From: Jens Alfke <email@hidden>
References: 
 >Re: Does CFHTTPMessageAddAuthentication support digest auth? (From: "Quinn \"The Eskimo!\"" <email@hidden>)
 >Re: Does CFHTTPMessageAddAuthentication support digest auth? (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: : NSError code 65 coming from NSStream
  • Next by Date: Re: Does CFHTTPMessageAddAuthentication support digest auth?
  • Previous by thread: Re: Does CFHTTPMessageAddAuthentication support digest auth?
  • Next by thread: Re: Does CFHTTPMessageAddAuthentication support digest auth?
  • Index(es):
    • Date
    • Thread