标签:curl
有个时候内部系统需要测试某个接口,不方便使用postman或者fiddler发起post请求。
可以登录内部服务器,然后用curl请求,命令如下:
curl -H "Content-type: application/json" -X POST -d ‘{"topic":"13521389587topic","body":"testbody"}‘ "http://192.168.70.11:8091/xx/path"
本文出自 “www.bogo.com” 博客,请务必保留此出处http://483181.blog.51cto.com/473181/1983251
标签:curl
原文地址:http://483181.blog.51cto.com/473181/1983251