Simple REST Client POST使用方法

来源:互联网 发布:mod jk 源码编译 编辑:程序博客网 时间:2024/06/08 07:33

Simple REST Client POST使用方法

    博客分类: 
  • IDE

工具地址: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

0 0