Web Api學習一

接觸WebApi讀的第一篇文章: ASP.NET Web API(一):使用初探,GET和POST數據html

實踐過程當中,用的Fiddler模擬Post請求時收到的對象老是爲空nulljson

解決:將文章中的內容改成了以下:app

User-Agent: Fiddler
Host: localhost:52404
Content-Type: application/json; charset=utf-8
Content-Length: 45post

Request Body:url

{"UserName":"u4","Password":"p4","Mail":"m4"} 不能有[]htm

相關文章
相關標籤/搜索