Simple REST Client POST使用方法

越姚石
2023-12-01

工具地址:https://chrome.google.com/webstore/detail/simple-rest-client/fhjcajmcbmldlhcimfajhfbgofnpcjmb

 

除了在method上設定為post外

 

最重要的就是Headers了 Herders在基本的post設定是

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

 

Data的部分用"&"連結

email=123@ddd&password=abc123

 类似资料: