Re: POST request without NSURLConnection
Re: POST request without NSURLConnection
- Subject: Re: POST request without NSURLConnection
- From: Paul Collins <email@hidden>
- Date: Fri, 11 Jun 2004 09:15:59 -0700
On Jun 11, 2004, at 6:23 AM, Jirome Foucher wrote:
>
In my app, I have to make a HTTP POST request. So I looked at what was
>
available and NSURLConnection seemed the perfect solution for it.....
>
until I discovered in the online doc that it required Mac OS X 10.2.7
>
or at least Safari 1.0 or newer.....
>
Is there any alternative ?? (I don't really want to embed CURL....)
I'm not sure if NSURLHandle (which is on Jaguar) does POST, but
CFNetwork Services / CFHTTPMessage does. Search the list archive for
those two and you'll see a 1/14/04 thread about them. Generally, when
you want a function that was added in Panther, you can sometimes find
an equivalent for Jaguar in Core Foundation.
--Paul Collins
** Now in Public beta!
http://www.opendoor.com/envision/ **
** Envision: a new way to experience the web **
** Gracion Software
http://www.gracion.com/ **
** DigiTunnel 1.3 PPTP/VPN client for OS X **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.