美文网首页
postman请求 400 bad request

postman请求 400 bad request

作者: nnnnxcj | 来源:发表于2022-03-14 15:58 被阅读0次

使用postman请求时,出现
<h1>HTTP Status 400 – Bad Request</h1>
<hr class="line" />
<p><b>Type</b> Status Report</p>
<p><b>Description</b> The server cannot or will not process the request due to something that is perceived to be a
client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
</p>

发现postman隐藏的头里的


Host 和 User-Agent 没设置会出现这个问题

相关文章

网友评论

      本文标题:postman请求 400 bad request

      本文链接:https://www.haomeiwen.com/subject/zqfsdrtx.html