IE10/IE11 Abort Post Ajax Request After Clearing Cache with error “Network Error 0x2ef3”

前端 未结 2 1668
感动是毒
感动是毒 2020-12-03 02:39

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

No valid solution

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 03:35

    This can be happening due a security certificate issue. If you clear the cache you loose part (if not all) of certificate information.

    You can find more information (and a workaround) in http://www.jonnyreeves.co.uk/2013/making-xhr-request-to-https-domains-with-winjs/

    Basically it says you must do a GET before your POST request in order to update the certificate information.

提交回复
热议问题