I am firing a simple HTTP Request for PUT method in JMeter with JSON body:
我正在使用JSON正文在JMeter中为PUT方法触发一个简单的HTTP请求:
Though the request successfully gets executed, JSON request body is not appearing in the Listener
虽然请求已成功执行,但JSON请求正文未出现在监听器中
PUT data:
<actual file content, not shown here>
This issue is happening in Jmeter version 3. It is totally fine in Jmeter version 2.13 where complete JSON body appears in the Request tab.
这个问题在Jmeter版本3中发生。在Jmeter版本2.13中完全没问题,其中完整的JSON主体出现在Request选项卡中。
Any suggestion to solve this issue?
有什么建议可以解决这个问题吗?
1 个解决方案
#1
1
This is an identified "bug":
这是一个确定的“错误”:
It will be fixed for upcoming 3.1, you can try the patch attached to issue.
它将在即将发布的3.1中修复,您可以尝试附加的补丁发布。
It's cause is this fix in 3.0:
这是因为3.0中的修复:
Patch has been merged, you can test nightly buuild:
补丁已合并,你可以测试每晚buuild:
#1
1
This is an identified "bug":
这是一个确定的“错误”:
It will be fixed for upcoming 3.1, you can try the patch attached to issue.
它将在即将发布的3.1中修复,您可以尝试附加的补丁发布。
It's cause is this fix in 3.0:
这是因为3.0中的修复:
Patch has been merged, you can test nightly buuild:
补丁已合并,你可以测试每晚buuild: