设置内容类型时,curl PUT返回空响应

时间:2019-05-21 21:57:40

标签: curl http-headers put

当我尝试通过以下方法进行PUT时,发现了一个奇怪的问题:

curl --request PUT https://thidpartyendpoint 

我的反应很好。

但是当我尝试设置标题内容类型

curl --header "Content-Type: application/json" --request PUT https://thidpartyendpoint 

我总是得到空的答复。

我没有发送任何数据,但是如果设置正确的标头也不会受到伤害吗? PUT应该允许设置内容类型吗? -https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/Developers/GettingStarted/API%20requests/curl-requests.htm#PUT

0 个答案:

没有答案