摘要:Tools - Simple REST Client
這是一個用來測試REST 的Chrome擴充應用程式
https://chrome.google.com/webstore/detail/simple-rest-client/fhjcajmcbmldlhcimfajhfbgofnpcjmb
chrome-extension://fhjcajmcbmldlhcimfajhfbgofnpcjmb/index.html
但測試時,還記得在Head裡需要加 (如果Method為POST)
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
及
Content-Length: <POST DATA Length>