Top "Cross-domain" questions

Cross-domain refers to web applications that communicate outside of their hosting domain / web server.

Cross-domain will not work with a SignalR PersistentConnection

NOTE: Someone else originally asked this question but deleted it before I could post my answer. Since this question covers …

javascript asp.net-mvc cross-domain signalr signalr.client
Cross domain restrictions and subdomains

Is there a cross domain policy restriction for subdomains? If I have an application on paint.xxxx.com which is …

cross-domain cross-domain-policy
Inconsistent ajax (XDR) response from IE

I'm making an ajax request from an iframe that is injected onto every page via an IE plugin. I'm using …

javascript ajax internet-explorer cross-domain xdr
Loading cross domain XML with Javascript using a hybrid iframe-proxy/xsl/jsonp concept?

On our site www.foo.com we want to download and use http://feeds.foo.com/feed.xml with Javascript. …

javascript xml cross-domain cross-site
Is it possible to use the Disqus API to get comments from a specific url?

I would also like to do this using javascript client-side scripting only if possible.

javascript json cross-domain disqus
Cross-domain hash change communication

Please consider the following two domains: domain1.com and domain2. From domain1 I open an iframe that points to domain2. …

javascript html iframe cross-domain hashchange
ASP.NET cross domain modal window (window.showModalDialog) - parameter value always "undefined"

I have two webpages, parent page .aspx and child page .html. On parent page I have JavaScript function for invoking …

javascript asp.net cross-domain showmodaldialog
IE, XDomainRequest not always work

I am trying to do cross-domain on IE. I used XDomainRequest, and implanted logging for all events (onerror, onload, onprogress …

javascript internet-explorer cross-domain xdomainrequest
Force iFrame links (in embedded Google Doc) to open in new window

Very oddly, there seems to be no way of setting Google Document links to open in a new window. (target="_…

html iframe hyperlink cross-domain google-docs
Why is the HTML SCRIPT tag not subject to the same origin policy

I am asking this questions because we will develop an application that is supposed to share cross origin data via …

javascript cross-domain standards