从jmeter上传音频文件时,会返回响应消息:请求实体太大,为jmeter。
我是jmeter的新手。我正在尝试使用jmeter将音频文件上传到api-server,然后我收到413错误。
<html><head>
<title>413 Request Entity Too Large</title>
</head><body>
<h1>Request Entity Too Large</h1>
The requested resource<br />uploadAudio<br />
does not allow request data with POST requests, or the amount of data provided in
the request exceeds the capacity limit.
</body></html>
但是,当我使用邮递员上传音频文件时,我的回应是成功的。
请帮忙!提前致谢。