Skip to content

Instantly share code, notes, and snippets.

@vwrs
Created June 25, 2019 07:09
Show Gist options
  • Save vwrs/ab0c49e5bc5c00b00d64a55069358669 to your computer and use it in GitHub Desktop.
Save vwrs/ab0c49e5bc5c00b00d64a55069358669 to your computer and use it in GitHub Desktop.
Send POST request by cURL
# use --trace-ascii to show the payload
curl -i -d 'key=value' [-v] [--trace-ascii /dev/stdout] https://example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment