#7282 closed bug (invalid)
IE does not support the Access-Control-Allow-Origin Header declaration
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | ajax | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.get() 方法在IE中不支持 Access-Control-Allow-Origin Header声明,
IE中XMLHttpRequest对象是不支持跨域访问的,只有XDomainRequest才支持,所以对于ajax跨域访问问题时,是不兼容IE浏览器的。
Change History (8)
comment:1 follow-up: 2 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
Translation by Google:
$.get () method in IE does not support the Access-Control-Allow-Origin Header declaration
IE, XMLHttpRequest object does not support cross-domain access, and only XDomainRequest is supported, so for ajax cross domain access issue, it is not compatible with IE browser.
comment:5 Changed 12 years ago by
Summary: | $.get() 方法在IE中不支持 Access-Control-Allow-Origin Header声明 → IE does not support the Access-Control-Allow-Origin Header declaration |
---|
comment:6 Changed 12 years ago by
Component: | unfiled → ajax |
---|
comment:8 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
哈哈..写成英文会好点吧,中文只有我们自己懂啊! 不过,至少你应该提供一个测试样例...