Cross Domain Support in IE 8 and Silverlight/Flash Applications
Posted by: Rick Strahls WebLog,
on 16 Mar 2008 |
View original | Bookmarked: 0 time(s)
Peter Bromberg posts a quick note about the IE 8 Cross Domain Request object which allows making cross domain calls from within the browser. If you'll recall traditionally the XmlHttp object now standard in all main stream browsers does not explicitly support cross domain calls, which are blocked for security reasons. What's a real pisser about this though is that there are other ways to make this happen by using <script> tags and nested IFrames, so I've always thought that this restriction...