Bit*_*der 8 internet-explorer basic-authentication cors
在Internet Explorer中使用CORS(跨源资源共享)时 - 是否支持提供Authroization(即基本身份验证)?
mon*_*sur 12
简答:不.更长的回答:
Internet Explorer 7及更低版本不支持CORS
Internet Explorer 8和9通过XDomainRequest对象提供有限的CORS支持.XDomainRequest对象不支持自定义标头,因此它不支持Authorization标头.(来源:http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx)
即将推出的Internet Explorer 10将完全支持CORS,其中包括对自定义标头的支持Authorization.(来源:http://blogs.msdn.com/b/ie/archive/2012/02/09/cors-for-xhr-in-ie10.aspx)