Error parsing HTTP request header Larger错误解决方法
Posted h-java
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error parsing HTTP request header Larger错误解决方法相关的知识,希望对你有一定的参考价值。
在tomcat里进行配置
原因是Tomcat的header缓冲区大小不够,只需要在server.xml中增加maxHttpHeaderSize字段即可:
<Connector connectionTimeout="20000" maxHttpHeaderSize="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>
在SpringBoot里application.properties配置
以上是关于Error parsing HTTP request header Larger错误解决方法的主要内容,如果未能解决你的问题,请参考以下文章
tomcat:Error parsing HTTP request header
Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors will be l
Error parsing HTTP request header Larger错误解决方法
org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
tomcat报错: Error parsing HTTP request header
React native http post got Json Parse error: Unrecognized token '<'