我需要在我的終端上執行以下信息。任何人都可以請告訴我如何寫在捲曲?如何寫捲曲文章
POST /shopgate/api.php HTTP/1.1
User-Agent: Shopgate
Host: ihrshop.com
Accept: */*
X-Shopgate-Auth-User: 12345-1329146130
X-Shopgate-Auth-Token: 07c573bcaf4e1b4669c3dd23175d78fcfab4e5b4
Content-Length: 80
Content-Type: application/x-www-form-urlencoded
非常感謝!我基本上必須通過本網站http://wiki.shopgate.com/Plugin_API_authentication中提到的使用某人的api進行身份驗證。 因此,這是請求的標題。 我到現在爲止可以把它翻譯成curl _curl -v -X POST -d api.php http://shopgate/api.php -H「User-Agent:Shopgate」-H「Host :xxxx「-H」Accept */*「-H」X-Shopgate-Auth-User:xxxxxxxxxxxx「-H」X-Shopgate-Auth-Tokenclear:xxxxxxxxxxxxxx「-H」Content-Length:80「-H」Content -Type:application/x-www-form-urlencoded「_ 但它仍然無效! – user2587123
@ user2587123好吧,您的問題的答案立即在您參考標題爲「測試身份驗證」的頁面上。 – Black0CodeR