1. 程式人生 > >Fiddler模擬form的post資料提交及ajax請求

Fiddler模擬form的post資料提交及ajax請求

模擬form請求在頭部加入:

Content-Type: application/x-www-form-urlencoded

模擬ajax請求在頭部加入:

X-Requested-With:XMLHttpRequest

傳送json資料則頭部加入:

Content-Type: application/json; charset=utf-8