Babul
Babul

Reputation: 1268

Posting data to server to get response

I would like send data to server to get response.

I used ASIFormDataRequest, NSMutableURLRequest, NSURLSessionConfiguration.

But i did not get the response.

I tried in these ways

Response

Please guide me. or suggest me any other ways.

Thank you.

Upvotes: 0

Views: 154

Answers (1)

Yossi
Yossi

Reputation: 2535

The best practice is to use AFNetworking :

https://github.com/AFNetworking/AFNetworking

There is a lot of data you can find to get guided, for example:

http://www.raywenderlich.com/59255/afnetworking-2-0-tutorial

AFNetworking Post Request

Upvotes: 1

Related Questions