Re: How to do an HTTP POST in Cocoa
Re: How to do an HTTP POST in Cocoa
- Subject: Re: How to do an HTTP POST in Cocoa
- From: Paul Lynch <email@hidden>
- Date: Sat, 10 Jun 2006 13:42:03 +0100
On 10 Jun 2006, at 12:37, Graham wrote:
I need to perform an HTTP POST to a url in my Cocoa app.
What is the basic recipe for this in Cocoa as I can only find
documentation on non-Cocoa classes for this?
This was discussed only yesterday. From my own post in that thread:
On 9 Jun 2006, at 17:07, Paul Lynch wrote:
Why not just use NSURLConnection? You need to create a
NSURLRequest, set the HTTPMethod to "POST", and supply a HTTPBody
with your post values.
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden