postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

有些接口在postman中请求格式如下,在jmeter中需要稍微转换下。这里我用的5.2.1版本的jmeter。

比如postman中的如下请求:写法是x-www-form-urlencoded

postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

 

 

那么到jmeter里面,如果在该请求的header里面也直接写x-www-form-urlencoded,就会有问题;

正确的应该是:在该请求下面单独加HTTP信息头管理器,里面增加Content-type,值为application/x-www-form-urlencoded

 

postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

 

 

对比下:jmeter里面值直接写成错误的x-www-form-urlencoded时:postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

 

 而写成正确的application/x-www-form-urlencoded值时:

postman中的请求转换到jmeter中的写法,比如postman中的x-www-form-urlencoded

上一篇:5-2 Postman 和 Rest Client 调试 HTTP


下一篇:URLEncode