當我使用
curl -X POST http://localhost.com/test.php -F "a=bbbb" 時
結果:
array(1) {
["a"]=>
string(4) "bbbb"
}
抓的到POST資料
可是當我加入 -H 的資料
curl -X POST http://localhost.com/test.php -H "Cache-Control: no-cache" -H
"Postman-Token: 6e468ce3-b9e0-4502-65ff-a08eed133c55" -H "Content-Type:
multipart/form-data; boundary=