Skip to content

Instantly share code, notes, and snippets.

@tuchangwei
Created April 11, 2014 08:46
Show Gist options
  • Save tuchangwei/10450869 to your computer and use it in GitHub Desktop.
Save tuchangwei/10450869 to your computer and use it in GitHub Desktop.
Some demo to show how to use curl command.
curl -X GET "http://192.168.1.200:808/workFlowWebService.asmx/GetAndriodInitDBListAL"
curl --dump-header - -H "Content-Type: application/x-www-form-urlencoded" -H "Content-Length: 0" -X POST "http://192.168.1.200:808/workFlowWebService.asmx/GetAndriodInitDBListAL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment