[Solved] How to execute POST using CURL


from a basic search i found how to do this:

$curl –data “responseCode=jorgesys&publication_id=magaz234rewK&version=1.0″ http://mywebsite.com/appiphone/android/newsstand/psv/curl/posted.asp

then i have as a result:

{ 
  "responseCode": jorgesys, 
  "publication_id": magaz234rewK, 
  "version": 1.0
}

solved How to execute POST using CURL