Difference between revisions of "Curl -d"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* <code>[[curl -d "token=xoxb-not-a-real-token-this-will-not-work" https://slack.com/api/auth.test]]</code> | * <code>[[curl -d "token=xoxb-not-a-real-token-this-will-not-work" https://slack.com/api/auth.test]]</code> | ||
+ | |||
+ | |||
Line 12: | Line 14: | ||
* [[application/json]] | * [[application/json]] | ||
* [[-H]] "Content-Type: [[application/json]]" | * [[-H]] "Content-Type: [[application/json]]" | ||
+ | * <code>[[--request POST]]</code> | ||
== See also == | == See also == |
Revision as of 11:25, 11 October 2021
-d, --data HTTP POST data
Related terms
- API
- application/x-www-form-urlencoded
- application/json
- -H "Content-Type: application/json"
--request POST
See also
Advertising: