firefox RESTClient发送post请求,带参数的方法

headers-custom

header

增加一个Content-type: application/x-www-form-urlencoded

然后在body里面就可以用a=1&b=2这种形式传参了


firefox RESTClient发送post请求,带参数的方法_第1张图片
 

你可能感兴趣的:(firefox)