“您的浏览器发送了无效请求”Haproxy中的错误

时间:2017-04-28 06:33:45

标签: haproxy

我收到 400错误请求 - 您的浏览器发送了无效请求。。请求大小为28KB。

< HTTP/1.0 400 Bad request
< Cache-Control: no-cache
< Connection: close
< Content-Type: text/html
<
<html><body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>

我在haproxy.conf中有以下配置

maxconn 100000 
tune.bufsize 32768
tune.maxrewrite 1024

解决400 Bad request错误的正确设置是什么。

1 个答案:

答案 0 :(得分:0)

基于此链接:https://www.geekersdigest.com/max-http-request-header-size-server-comparison/

看起来请求头太大了。应该小于 16K,这是默认的头部大小限制