0
我的Ajax POST請求是這樣的: -
$.post("http://localhost:XXXX/api/TEST/Post", { "HtmlText": htmlDataFromEditor, "Standard": Standard, "Subject": Subject, "Chapter": Chapter, "Created": "1", "Updated": "0", "Deleted": "0" }, function (data) {
alert(data);
});
我想將頭添加到這個職位的要求。
我該如何添加標題?
我不想使用$ .ajax()。
在此先感謝。
我已經通過您提供的參考。但沒有結果。你能幫助我,我想在ajax post請求的頭部添加'Authorization'。 – Rushee