Chrome的Rest控制台不允许我输入任何信息

tam*_*ren 1 rest google-chrome

我在Chrome上安装了Rest Console扩展程序.我无法使用此Rest控制台进行任何操作,因为接受文本的唯一字段是"请求URL"和"请求方法".

我在这里问,因为即使是关于此扩展如何工作的简单说明,也没有资源或社区可访问,并且该社区的成员可能已使用此扩展.

fel*_*pes 7

使用Postman - REST Client,它完美运行!

your_url_to_post: Fill the URL    
your_json_param: The name of the param that you'll pass you json    
your_json_data: The json content
Run Code Online (Sandbox Code Playgroud)

如果您要发帖,请不要忘记选择x-www-form-urlencoded

邮差图片

http://i.stack.imgur.com/TISW1.png

  • 刚刚添加了一张说明如何操作的图片!希望能帮助到你! (2认同)