【Linux】Linux下 CURL如何发送http请求

1.概述

命令如下

curl -i -k -H "Content-Type:application/json" -X POST -d '{"data":[],"loginUser":{"ip":"192.168.xx.xxx","name":"lcc","token":"xxxxxxxx","timestamp":"1594260713033"}}' https://xxx/xx

你可能感兴趣的:(系统-linux)