413 Request Entity Too Large
程序员文章站
2022-03-23 12:29:18
...
报错原因:通过POST请求将图片上传到服务器上报错,由于部分图片过大,导致了content-length过大,而报了该错误。
解决办法:
1.如果是Nginx报错,则修改其配置文件
client_max_body_size : 50m
修改后需要重启Nginx
2.如果是Tomcat,则修改server.xml
<Connector connectionTimeout="20000" port="80" protocol="HTTP/1.1" redirectPort="8443" maxPostSize="-1"/>
maxPostSize=”-1” 将该参数设为 -1 ,意思为不限制大小
注:当前版本为Tomcat 8 ,低版本可能需要设为 0 才能生效,同样需要重启Tomcat才能生效
上一篇: 警告解决 : java.sql.SQLWarning: '@@tx_isolation' is deprecated and will be removed in a future release.
推荐阅读
-
三个思路解决laravel上传文件报错:413 Request Entity Too Large问题
-
java.lang.IllegalArgumentException: Request header is too large
-
Request header is too large异常springboot解决方案
-
HTTP 413 request Entity too Large
-
http:413 Request Entity Too Large
-
Nginx 出现 413 Request Entity Too Large
-
NodeJS 413 request entity too large 暴力解决方案
-
413 Request Entity Too Large
-
上传文件出现413 Request Entity Too Large问题
-
svn 413 Entity too large