IE 8-9中带有标头的XMLHttpRequest

时间:2014-12-08 12:30:38

标签: javascript internet-explorer-8 xmlhttprequest internet-explorer-9

有没有办法在IE 8-9中使用标题发出GET请求? 我对XDomainRequest感兴趣,但它不支持标题。我不能在我的项目中使用jQuery,只能使用JavaScript。

1 个答案:

答案 0 :(得分:0)

您无法将自定义标头添加到XDR对象。有关详细信息,请参阅此博客文章:http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx