Disable HTTP2 in IE11

。_饼干妹妹 提交于 2020-06-26 14:38:15

问题


I encountered problems in IE11 in combination with HTTP2 (SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.). These seem only to occur with IE11 / Win10 and HTTP2 enabled on our Tomcat.

After researching here and trying nearly every suggestion we came to the decision to disable HTTP2. Since we want to use HTTP2 for other browsers our solution is to disable it in IE 11.

On the first system it worked on the second system IE11 is just ignoring the setting and still transferring data with HTTP2.

We tried restarting IE and restarting the system but it still uses HTTP2.

Any ideas?

Disable HTTP2 on IE11

来源:https://stackoverflow.com/questions/56079289/disable-http2-in-ie11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!