Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

How to resolve XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3.

$
0
0

In our web application we occasionally are receiving the error

XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3.

When this error is encountered IE is automatically refreshing the iframe in which the web page exists.  This is causing a problem because our application is primarily client side java script based and hence the response from the server looses the client state information.  This is results in partial page being delivered per the state on the server.

When monitoring network traffic using in build developer tools I see that the request is aborted

                                        

URLProtocolMethodResultTypeReceivedTakenInitiator
xxxHTTP                (Aborted) 0 B16 ms        XMLHttpRequest

I also looked at the details for Request/Response header/contents for this request and everything was blank.

I have tried to disable "Enable automatic crash recover" and restarted the computer per the guidelines.

My questions are:

1. Is there anyway to get more information on why the above error occurs?  The problem does not happen with Firefox.

2. Is there anyway we can stop IE from reloading the iframe?



Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>