同一个接口
同一个文件(500M)
通过postman上传 SUCCESS~
通过curl上传 413 Request Entity Too Large
代码:curl --location --request POST 'https://xxxxx/upload-forward/' --header 'Content-Type: multipart/form-data' --form 'file=@/FILE.rar'
错误信息:
`<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<center>nginx</center>
</body>
</html>
`
请问有朋友遇到过嘛?
我太蠢了。。。。内外网的问题。。。