send link to app

PostCall app for iPhone and iPad


4.0 ( 4080 ratings )
Utilities Productivity
Developer: fabrizio chimienti
Free
Current version: 1.0, last update: 7 years ago
First release : 13 Feb 2015
App size: 8.71 Mb

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