“Request Too Long”错误的具体原因 “Request Too Long”错误是HTTP 400 Bad Request错误的一种具体情况,通常指的是HTTP请求头的大小超过了服务器允许的最大限制。这可能是由于以下原因造成的: Cookie过多或过大:客户端在请求中发送了大量的Cookie,导致请求头变大。 自定义头信息过多:客户端在请求中添加了过多...
这个请求头的长度限制是由注册表(HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters)中的两个参数 MaxFieldLength(请求头) 与 MaxRequestBytes(请求头与请求体) 决定的。 所以,解决这个问题有两种方法,一是检查请求头,减小请求头的长度。二是修改注册表中的两个参数 MaxFieldLength和MaxRequestBytes。
Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. 该错误原因导致 ,是该站点 Cookies 存储太多导致。 使用浏览器 清除该站点所有Cookies 可解决此问题。
记录解决IIS "Bad Request - Request Too Long. HTTP Error 400. The size of the request headers is too long."解决方案 开源库地址,欢迎点亮: GitHub:https://github.com/ITMingliang Gitee:https://gitee.com/mingliang_it GitLab:https://gitlab.com/ITMingliang 建群声明:本着技术在于分享,方便大家...
bad request( request header too long)的意思是:请求失败(请求头包含过多内容)解决方案 服务端:这个错误是Http.sys返回的,请求头长度限制是由注册表HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters中的两个参数决定的:MaxFieldLength与MaxRequestBytes,缺省值都是16384字节,详见...
Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long."},"Conversation:conversation:4089269":{"__typename":"Conversation","id":"conversation:4089269","solved":false,"topic":{"__ref":"ForumTopicMessage:message:4089269"},"lastPostingActi...
. I get the message Bad Request Request too long HTTP Error 400. The size of the request headers is too long but can't do anything about it. I am not an IT worker just someone trying to startup their company... is there a way to reset ...
The error "Bad Request (Request Header Too Long)" is seen when the HTTP request header exceeds the "header size limit" set on the destination server. Normal HTTP requests don't hit this limit. However in certain cases, like the destination server requiring authentication, the HTTP request h...
HTTP 400 - Bad Request (Request header too long) This response could be generated by any HTTP request that includes Windows Remote Management (WinRM). Cause This issue may occur if the user is a member of many Active Directory user groups. ...
当IIS7/7.5 收到的请求头的长度超过16K(默认值),就会引发"Bad Request - Request Too Long. HTTP Error 400. The size of the request headers is too long."的错误。 最简单的办法