Re: iOS https request via cellular?
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=raDy8p 5Us7tz/KBYEGftxxWOfUoVsgHIqrC+AWOSkB8=; b=owTXesd08pTfaDJ9948B0B oqJqnfhCKkKJQl8yb+fnf+7IuQA4BmBgn6o78MABa8fYI93tD5LiN5ftSGkz8J9H zYt5fDhDZWNCYKfdGH3NTSoXjj6E4mD8aPlLEiRRGbnpiJdaTJLAJQxW/q9WPjS1 aT4Ef+DYWgQkNdv/hJ6Zgt+8xvxRo/+vZd4cDWp3Dqtp8A4BSXdgVUaN0p3LVTcO ga9BYw8xKT++fL/t09RcXk8Gj+zT+BPCuiUSO7m97TT0Fml3w7DS0H7C5bma0osk 0gZTJEclSz7Cc3K366fEQaAtncv5thv+VjbavYlF+yW3rYf9ut5cQFmQcoANvayg ==
On Mar 21, 2019, at 6:45 AM, Howard Shere <Howard.Shere@synchronoss.com> wrote:
I only need a few simple requests. I should be able to find the right interface, bind to a socket and send my requests that way
One tip on the protocol-level stuff: CFHTTPMessage is your friend. You can use it to generate the request, and also to parse the response. —Jens _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jens Alfke