IE10/IE11 Abort Post Ajax Request After Clearing Cache with error “Network Error 0x2ef3”
SCRIPT7002: XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3 No valid solution at the moment. Update: Noticed on IE11 also. After more and more investigation, I come with this results: The problem is specific to my application, it does not happen on facebook. The problem has nothing to do with max number of requests per host (I did sample page that flood the server, IE10 is able to handle up to 8-10 req at the same time, inside my application I also tried to do ajax requests serially, it failed also). The problem is specific to POST requests. The