I’m developing an iPhone application and I need to send some information to an url from a textview and 2 texfields, using the HTTP POST method. (to, subject, message). How do I do it? I understand it is something with NSURLRequest, but I didn’t find anything that could actually help me. So if you could please include a clarifying code example, I would really appreciate it.
I’m developing an iPhone application and I need to send some information to an
Share
I recently wrote a subclass of
NSMutableURLRequestto make form POSTing a lot easier. It’s on github: http://github.com/davedelong/CHFormRequestYou use it like this: