博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RESTClient为POST添加参数的方法
阅读量:6960 次
发布时间:2019-06-27

本文共 443 字,大约阅读时间需要 1 分钟。

  hot3.png

参考自: http://stackoverflow.com/questions/13132794/firefox-add-on-restclient-how-to-input-post-parameters

If you want to submit a POST request

  1. You have to set the “request header” section of the Firefox plugin to have a “name” = “Content-Type” and “value” = “application/x-www-form-urlencoded
  2. Now, you are able to submit parameter like “name=mynamehere&title=TA” in the “request body” text area field

转载于:https://my.oschina.net/ecnu/blog/293118

你可能感兴趣的文章
源码包编译安装之--实战
查看>>
powershell 批量查询导出 组织内OU
查看>>
我的友情链接
查看>>
昨日终于考完路考了
查看>>
转:解决 linux下编译make文件报错“/bin/bash^M: 坏的解释器:没有那个文件或目录...
查看>>
邮件服务器中如何过滤重复邮件?
查看>>
Spring MVC之@Valid校验
查看>>
Discuz 7.2坑爹集锦-PHP篇 update 20120525
查看>>
IDEA 2016.3 导入项目
查看>>
Mybatis中传参包There is no getter for property named 'XXX' in 'class java.lang.String
查看>>
spring4+hibernate4+struts2注解,class找不到bean
查看>>
python openpyxl模块load_workbook()data_only参数
查看>>
java中synchronized和Lock的区别
查看>>
python练习-数值比较
查看>>
win7,centos双系统无法启动centos,跳到grub命令行
查看>>
我的友情链接
查看>>
在Struts2下EL表达式不解释的问题``
查看>>
堆和栈的区别
查看>>
MongoDB基本命令用法
查看>>
MongoDB基本命令用法
查看>>