如何使用JSON参数张贴文章?
这个问题在这里已经有了答案:
curl错误是由于大括号{}和方括号[]是特殊的卷曲符号。 使用-g选项关闭通配符,你应该没问题。
与本文相同的问题:如何使用curl将数组放入json对象
有两种方法可以解决这个问题。
例如:
curl -X POST -H "Content-Type: application/json"
--data '{"field1":"something","whatever":10,"description":"body","id":"random","__oh__":{"session":"12345678jhgfdrtyui"}}'
https://example.com/action
链接地址: http://www.djcxy.com/p/8541.html
上一篇: How to cURL post with JSON parameters?
下一篇: How to send a header using a HTTP request through a curl call?