Top "Cross-domain" questions

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

CORS support for PUT and DELETE with ASP.NET Web API

I am working with the final version of ASP.NET Web API to implement a JavaScript-friendly API. Per various tutorials, …

asp.net cross-domain asp.net-web-api cors
Canvas tainted by cross-origin data

I'm loading a motion jpeg from third-party site, which I can trust. I'm trying to getImageData() but the browser (Chrome 23.0) …

javascript canvas cross-domain cors mjpeg
What is crossdomain.xml file?

Actually I wish I knew where to start from... I have embedded an third party SWF image gallery control, in …

asp.net flash cross-domain swfobject crossdomain.xml
Basic how-to for cross domain jsonp

I looked everywhere here for this. I need just a simple "how-to" pull jsonp cross domain. I'm using jQuery 1.5.1. I …

jquery cross-domain jsonp
CORS and phonegap apps

Do phonegap applications require any CORS changes (like setting Access-Control-Allow-Origin:*) to work? I have a restful API hosted on Heroku …

cordova cross-domain cors
JavaScript: How do I create JSONP?

I have a two domains, example1.com and example2.com From example1.com, I would like call a JSON API …

php javascript json cross-domain jsonp
Reading a cookie from a different domain

I'm developing a page/form for a campaign inside my company. However, the first step is to check if the …

javascript jquery cookies cross-domain
OPTIONS 405 (Method Not Allowed) regardless server sends Access-Control-Allow-Methods:OPTIONS, GET, HEAD, POST

I'm trying to make cross-domain request and my server is configured to send the following headers: Access-Control-Allow-Credentials:true Access-Control-Allow-Headers:x-requested-with, …

javascript sencha-touch cross-domain cors jqxhr
Cross-origin image load denied with three.js in chrome

Trying to add material in THREE.js like this var materialWall = new materialClass( { color: 0xffffff, map: THREE.ImageUtils.loadTexture( 'images/…

javascript google-chrome cross-domain three.js
Set Headers with jQuery.ajax and JSONP?

I am trying to access google docs with jQuery. Here's what I have so far: var token = "my-auth-token"; $.ajax({ url: "…

jquery ajax cross-domain header