Created
December 8, 2017 06:13
-
-
Save ceme/6f82d1baa44a926af8f390c2a2423c66 to your computer and use it in GitHub Desktop.
Use curl to post to httpbin form data
This file contains hidden or 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 POST http://httpbin.org/post -d "x=y&z=a" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment