Top "Same-origin-policy" questions

The same origin policy, which is enforced by Web browsers, limits JavaScript in a document loaded from one origin from accessing data from another origin.

Same-origin policy workaround using document.domain in Javascript

I am running into same-origin policy issues in Javascript. I've read about a workaround for this using the document.domain …

javascript same-origin-policy
Circumventing Chrome Access-control-allow-origin on the local file system?

I've read the other same origin policy topics here on SO, but I haven't seen any solutions related to the …

javascript jquery google-chrome same-origin-policy
Access child iFrame DOM from parent page

Here is the deal: domain.com/page -- Parent page (document.domain=domain.com) contains an iframe sub.domain.com/…

javascript iframe same-origin-policy
Can I disable SOP (Same Origin Policy) on any browser for development?

I want to develop JavaScript on my Windows machine. Do you know a browser where I can turn off Same …

javascript soap wsdl same-origin-policy
Disable Firefox Same Origin Policy without installing a plugin

Is there a way to disable the same origin policy on the Mozilla Firefox browser by toggling a flag in …

firefox cors same-origin-policy
Same origin policy - Subdomains and Root Domain

I have a question regarding the same-origin policy. My company has many subdomains and in one of them they would …

same-origin-policy
CORS Access-Control-Max-Age is ignored

I'm hosting an WebApp and his API on different domains and use CORS to be able to work around the …

http http-headers cors same-origin-policy access-control
Getting around same origin policy in javascript without server side scripts

I have an environment that doesn't allow server side scripting really (it is extremely difficult to get a script "installed" …

javascript cross-domain same-origin-policy