The first app to send http post call from Iphone and Ipad
PostCall
by fabrizio chimienti
What is it about?
The first app to send http post call from Iphone and Ipad.
App Store Description
The first app to send http post call from Iphone and Ipad.
If you don't 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
Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.