如何在 JMeter 中通过请求发送二进制负载?
我是 JMeter 的新手,还不知道如何将二进制数据作为 POST 请求的正文发送到服务器。请给我发送一些测试设置或任何建议。
提前致谢。
I'm new to JMeter and couldn't figure out yet how to send binary data to the server as the body of a POST request. Please send me some test setup or any suggestions.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在
HTTP 请求
中,您是否尝试仅通过请求发送文件
?In the
HTTP Request
, did you try to justSend Files with the Request
?jMeter 文档描述了如何上传文件作为 HTTP 请求的一部分。请参阅http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
(阅读“文件路径:”参数的描述)
The jMeter documentation describes how to upload a File as part of your HTTP request. See http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request
(Read the description for the "File Path:" argument)