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

前端 未结 6 900
暗喜
暗喜 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:39

    Are you using NTLM authentication?

    When using NTLM authentication, IE doesn't send post-data. It sends header info, expects an unauthorized response send authorization, and after the 're-authentication' sends the post.

提交回复
热议问题