Created
June 25, 2019 07:09
-
-
Save vwrs/ab0c49e5bc5c00b00d64a55069358669 to your computer and use it in GitHub Desktop.
Send POST request by cURL
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
# 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