当我尝试通过以下方法进行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