Skip to content

Instantly share code, notes, and snippets.

@ceme
Created December 8, 2017 06:13
Show Gist options
  • Save ceme/6f82d1baa44a926af8f390c2a2423c66 to your computer and use it in GitHub Desktop.
Save ceme/6f82d1baa44a926af8f390c2a2423c66 to your computer and use it in GitHub Desktop.
Use curl to post to httpbin form data
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