Difference between revisions of "Curl -d"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
-d '{"login":"my_login","password":"my_password"}' | -d '{"login":"my_login","password":"my_password"}' | ||
− | [[curl -d]] '{"id":0,"jsonrpc":"2.0","[[method]]":"admin_stopBatcher","params":[]}' \ | + | [[curl -d]] '{"id":0,"jsonrpc":"2.0","[[method]]":"[[admin_stopBatcher]]","params":[]}' \ |
-H "[[Content-Type: application/json]]" http://localhost:[[8548]] | [[jq]] | -H "[[Content-Type: application/json]]" http://localhost:[[8548]] | [[jq]] | ||
Revision as of 07:55, 21 June 2024
-d, --data HTTP POST data
curl -X POST https://reqbin.com/echo/post/json -H 'Content-Type: application/json' -d '{"login":"my_login","password":"my_password"}'
curl -d '{"id":0,"jsonrpc":"2.0","method":"admin_stopBatcher","params":[]}' \ -H "Content-Type: application/json" http://localhost:8548 | jq
Related terms
- API
- application/x-www-form-urlencoded
- application/json
curl -H "Content-Type: application/json"
--request POST
docker run -d
See also
Advertising: