【发布时间】:2018-05-03 00:12:56
【问题描述】:
我有这个 curl 命令
curl -X POST \
https://www.wellingtonsoccer.com/lib/api/auth.cfc?returnFormat=JSON&method=Authenticate' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'postman-token: b408a67d-5f78-54fc-2fb7-00f6e9cefbd1' \
-d '{"email":"myemail@xyz.com",
"user_password":"mypasss",
"token":"my token"}
我想以与此 curl 请求相同的角度 4 发送 http 帖子。
【问题讨论】: