nithin
nithin

Reputation: 2467

Implement HTTP POST method in iphone app

I want to retrieve data from server using HTTP POST method for my iphone app.I don't have any idea about implementing it. Please help me. Thanks in advance

Upvotes: 0

Views: 599

Answers (2)

jcdmb
jcdmb

Reputation: 3056

The simplest way to achieve this is to use the framework ASIHTTPRequest. Take a look in the tutorial: http://allseeing-i.com/ASIHTTPRequest/How-to-use

Upvotes: 1

justin
justin

Reputation: 104698

start with NSURLRequest and related sample code.

Upvotes: 0

Related Questions