-
-
Save tuchangwei/10450869 to your computer and use it in GitHub Desktop.
Some demo to show how to use curl command.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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