IE 11 Issue: :SCRIPT7002: XMLHttpRequest: Network Error 0x2eff

我们两清 提交于 2019-12-24 11:20:05

问题


I'm facing the below error in IE 11, I'm calling a webapi, though webapi response is coming fine but also getting the below error on console:

SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff.

Please give any suggestion, what could be the root causes of this error, I'm not getting this error in other browsers (Chrome and Firefox)


回答1:


You've said that the error occurs when you call a webapi.

As far as I'm concerned, maybe this due to a large amount of data to transfer.

When you handle large data with single ajax request, it may make the browser crashing.

For more about the error,you may refer to the similar thread.

IE11 HTTPS AJAX XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff



来源:https://stackoverflow.com/questions/54803987/ie-11-issue-script7002-xmlhttprequest-network-error-0x2eff

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