在Web开发中,遇到400错误时,开发者需要检查发送到服务器的请求是否符合HTTP协议的规定,以及请求的内容是否正确。 “请求头大小过长”问题的原因 当服务器返回“the size of the request headers is too long”这一错误信息时,意味着客户端发送的HTTP请求头部分超过了服务器允许的最大长度。这种情况可能由以下原因...
如果MaxRequestBytes值低于MaxFieldLength值,则会调整MaxFieldLength值。 在大型 Active Directory 环境中,如果这两个条目的值未设置成足够高的值,用户可能会遇到登录失败。 对于IIS 6.0 及更高版本,MaxFieldLength和MaxRequestBytes注册表项位于以下子项中: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Paramete...
如果MaxRequestBytes值低于MaxFieldLength值,则会调整MaxFieldLength值。 在大型 Active Directory 环境中,如果这两个条目的值未设置成足够高的值,用户可能会遇到登录失败。 对于IIS 6.0 及更高版本,MaxFieldLength和MaxRequestBytes注册表项位于以下子项中: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Se...
authentication is sent to a website that's hosted on Internet Information Services (IIS) and is configured to use Kerberos authentication, the HTTP request header would be very long. This article helps you work around the HTTP 400 error that occurs when the HTTP request heade...
HTTP 400 - Bad Request (Request Header too long) -- error in Internet Information Services (IIS) 项目 2013/05/29 https://support.microsoft.com/kb/2020943MaxTokenSize: https://support.microsoft.com/kb/327825By default, the MaxFieldLength registry entry is not...
authentication is sent to a website that's hosted on Internet Information Services (IIS) and is configured to use Kerberos authentication, the HTTP request header would be very long. This article helps you work around the HTTP 400 error that occurs when the HTTP request header is too ...
This is where I get the error: Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long.","customFields":[]},"Conversation:conversation:4089269":{"__typename":"Conversation","id":"conversation:4089269","solved":false,"topic":{"__ref"...
Team, Let me know if any one gone through this error before ? We have one user happen to see this problem when opening webpage which is added as a relying party trust in ADFS 3.0, the error is - HTTP 400 - Bad Request (Request Header too long). ...
当IIS7/7.5 收到的请求头的长度超过16K(默认值),就会引发"Bad Request - Request Too Long. HTTP Error 400. The size of the request headers is too long."的错误。 最简单的办法就是 F12 清除浏览器COOKIE 转至: https://blog.csdn.net/qq_34489091/article/details/79850793...
对我来说,我花了几天时间调查这个问题。读取blobs和解决方案,清除缓存,将标头大小的最大限制设置为更...