IIS 8.5 Request Entity is too large 发生在 IE 11 中而不是 Chrome
IIS 8.5 Request Entity is too large happens in IE 11 but not in Chrome
我在使用 Internet Explorer 连接到我的应用程序时一直遇到错误:"The page was not displayed because the request entity is too large."(检查 IIS 日志时出现 413 错误),但我使用 Chrome 时根本没有收到此错误。我没有上传任何东西,我只是访问该网站。 Fiddler 说实体大小仅为 597 字节,所以这应该不是问题。
我的设置如下:
- Windows服务器2012 R2标准版
- IIS 8.5,扩展保护:接受;启用 Kerberos
- 应用服务器:Wildfly 8.2.0 Final
我在这里尝试了几个不同问题的建议解决方案,其中一些如下:
- IIS7 - (413) Request Entity Too Large | uploadReadAheadSize
- The page was not displayed because the request entity is too large. iis7
- Uploading large files error to wildfly
- https://forums.iis.net/t/1207889.aspx(我不确定link外面是否允许)
对我有用的解决方案是删除提供商中的协商。它位于“服务器”>“身份验证”>“提供程序”(在右侧窗格中)。
我还更新了身份验证的高级设置:
- 扩展保护:关闭
- 启用内核模式身份验证:True
我在使用 Internet Explorer 连接到我的应用程序时一直遇到错误:"The page was not displayed because the request entity is too large."(检查 IIS 日志时出现 413 错误),但我使用 Chrome 时根本没有收到此错误。我没有上传任何东西,我只是访问该网站。 Fiddler 说实体大小仅为 597 字节,所以这应该不是问题。
我的设置如下:
- Windows服务器2012 R2标准版
- IIS 8.5,扩展保护:接受;启用 Kerberos
- 应用服务器:Wildfly 8.2.0 Final
我在这里尝试了几个不同问题的建议解决方案,其中一些如下:
- IIS7 - (413) Request Entity Too Large | uploadReadAheadSize
- The page was not displayed because the request entity is too large. iis7
- Uploading large files error to wildfly
- https://forums.iis.net/t/1207889.aspx(我不确定link外面是否允许)
对我有用的解决方案是删除提供商中的协商。它位于“服务器”>“身份验证”>“提供程序”(在右侧窗格中)。
我还更新了身份验证的高级设置:
- 扩展保护:关闭
- 启用内核模式身份验证:True