Why does Internet Explorer not send HTTP post body on Ajax call after failure?

前端 未结 6 878
暗喜
暗喜 2020-12-07 08:26

We are able to reliably recreate the following scenario:

  1. Create a small HTML page that makes AJAX requests to a server (using HTTP POST)
  2. Disconnect fr
6条回答
  •  执念已碎
    2020-12-07 08:45

    I had a similar problem where some older versions of IE would send back only the Header and not the body of a POST. My problem turned out to be related to IE and NTLM. Since you didn't mention NTLM, this probably does not help, but just in case:

    http://support.microsoft.com/kb/251404

提交回复
热议问题