Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
$.get() 方法在IE中不支持 Access-Control-Allow-Origin Header声明,
IE中XMLHttpRequest对象是不支持跨域访问的,只有XDomainRequest才支持,所以对于ajax跨域访问问题时,是不兼容IE浏览器的。
Change History
comment:3 Changed 3 years ago by jitter
Umm? I can't see/read any text on bug report and comments???
comment:4 Changed 3 years ago by dmethvin
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

哈哈..写成英文会好点吧,中文只有我们自己懂啊! 不过,至少你应该提供一个测试样例...