【发布时间】:2016-04-01 16:42:25
【问题描述】:
Getting url: (6) Could not resolve host: application 此命令后出错:
curl -i -H 'Content-Type: application/json' -d '{"Code":"FR","Name":"France"}' http://127.0.0.1:8080/countries
完整的错误日志:
curl: (6) Could not resolve host: application
HTTP/1.1 415 Unsupported Media Type
Content-Type: application/json; charset=utf-8
X-Powered-By: go-json-rest
Date: Sat, 02 Apr 2016 05:31:20 GMT
Content-Length: 73
{
"Error": "Bad Content-Type or charset, expected 'application/json'"
}
这个命令有什么问题?
编辑:
我解决了我在 Windows 中这样编辑的问题:"{/"Code/":/"FR/"}"
【问题讨论】:
标签: curl