IE 11 Issue: :SCRIPT7002: XMLHttpRequest: Network

2019-08-17 08: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条回答
Emotional °昔
2楼-- · 2019-08-17 08:56

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

查看更多
登录 后发表回答