jmeter发送json数据,报405、400错误解决方案:
https://www.cnblogs.com/sunny-sl/p/8044284.html
405:Content-Type不对
401:认证问题
jmete接口内容中文乱码:
在HTTP信息头管理器中添加"Content-Type": "application/json;charset=utf-8"或者"Content-Type":"application/x-www-form-urlencoded;charset=utf-8"来进行修改编码。
https://www.cnblogs.com/mawenqiangios/p/7918583.html