Skip navigation.
 
mlRe: HTTPS and Cocoa
FROM : Douglas Davidson
DATE : Tue Jan 28 21:17:50 2003

On Monday, January 27, 2003, at 11:05  PM, Chad Leigh -- ObjectWerks
Inc. wrote:

> I want to write some Cocoa code to interface with Fedex and their
> "direct" http based server for shipping stuff.  They require being
> able to send your own requests over HTTP protocol using SSL.  I was
> wondering what sort of Cocoa objects/code already exists that can do
> that that I can use.
>
> I have found a few things that I am testing but wanted to see what
> people recommend.


CFNetwork is the standard system-supplied mechanism for things of this
sort.  It is not Cocoa, but Cocoa-compatible in the standard CF fashion.

Douglas Davidson


Related mailsAuthorDate
mlHTTPS and Cocoa Chad Leigh -- Obje… Jan 27, 23:17
mlRe: HTTPS and Cocoa Dan Wood Jan 28, 12:01
mlRe: HTTPS and Cocoa Douglas Davidson Jan 28, 21:17
mlRe: HTTPS and Cocoa Becky Willrich Jan 28, 23:01