The first app to send http post call from Iphone and Ipad.
If you dont know what is a post, see this http://en.wikipedia.org/wiki/POST_(HTTP)
Using example:
Url:
http://www.calculator.somee.com/api/add
Header:
Key:Accept
Value:application/json
Key:Content-Type
Value:application/json
Raw json:
{
"PrimoNumero":"100",
"SecondoNumero":"200"
}
And the result is : 300
Future update:
-http get call
-http put call
-more header and setting