Cross-domain refers to web applications that communicate outside of their hosting domain / web server.
Let's say, I have a Tornado web server (localhost) and a web page (othermachine.com), and the latter contains javascript …
javascript jquery cross-domain tornado corsI have two Active Directory domains, A and B. Users in domain A need to run an application on their …
.net active-directory cross-domain impersonationI've read that setting document.domain = "example.com" lets me access the parent domain from a subdomain. Will the same …
javascript cross-domain cross-domain-policyI'm trying to manually set an origin in an ajax request header. In my background.js, I have this var …
javascript ajax google-chrome-extension cross-domain same-origin-policyI have a Fabric.js prototype where people can load photos, text, and maps into the canvas. When they're done, …
javascript canvas cross-domain fabricjs todataurlI am trying to use a webfont which I am legally permitted to use, but not to distribute. I am …
http-headers cross-domain webfontsThere is a very particular edge case in cross-domain policies regarding the window.top.Location object... Let's say I have …
javascript security iframe cross-domain window.locationI'm trying to manage sessions in Spring Security without leveraging cookies. The reasoning is - our application is displayed within …
java iframe spring-security cross-domain jsessionidI'm trying to make use of the overpass API http://wiki.openstreetmap.org/wiki/Overpass_API with a JavaScript XMLHttpRequest …
javascript django cors cross-domain overpass-apiI'm working on some Javascript that makes use of Firefox 3.5's ability to perform cross-domain XMLHttpRequests… But I'd like to …
javascript xmlhttprequest cross-domain