Top "Cross-domain-policy" questions

Cross-domain policy refers to the browser restrictions on script, stylesheet, and plugin execution across domains, protocols, and ports.

How to call external url in jquery?

I am trying to put comments on Facebook wall using jquery. But my ajax call not alowing external url . can …

jquery ajax cross-domain-policy
Font Awesome icons not showing in Chrome, a MaxCDN related Cross-Origin Resource Sharing policy issue

just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following …

google-chrome cdn font-awesome access-control cross-domain-policy
Access-Control-Allow-Origin not working for iframe within the same domain

I'm trying to access an iframe within a subdomain and get a cross domain error. Here is the code of …

javascript iframe cross-domain-policy
ajax post request is No 'Access-Control-Allow-Origin' header is present on the requested resource.'

I'm just making an ajax post request and I'm getting an error like: XMLHttpRequest cannot load https://xxx.com?redirect_…

jquery ajax cross-domain cross-domain-policy
.NET Core UseCors() does not add headers

This would be a duplicate of How does Access-Control-Allow-Origin header work?, but the method there also isn't working for me. …

c# asp.net-core cors asp.net-core-webapi cross-domain-policy
JavaScript access from parent domain to subdomain?

I'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-policy
HTML5 video doesn't play with crossOrigin="anonymous"

I am trying to integrate the HTML5 video player in my application. My video sources and the caption (for track …

html video cross-domain cross-domain-policy closed-captions
AngularJS cross-domain requests using $http service

I'm trying to learn AngularJS by making a simple web app using the Twitch API (https://github.com/justintv/Twitch-API) …

angularjs rest http-headers jsonp cross-domain-policy
Check if same origin policy applies

Is there a "safe" way to check if the same origin policy applies to an URL before actually trying to …

javascript jquery ajax cross-domain cross-domain-policy
XMLHttpRequest cannot load. Unloaded resources show caution: Provisional headers are shown

I actually don't know the right title for this question, because of I've found many similars but still couldn't figure …

google-chrome xmlhttprequest cross-domain cross-domain-policy