Top "Cross-domain-policy" questions

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

AJAX Cross-Domain problem

I have following problem. My webapp is running at http://webapp.mysite.com/browser/ And I want to make a …

ajax cross-domain-policy
refresh iframe from inside itself with different domains

i have a webpage which is housing my iFrame which is from a different domain. Now i have a button …

javascript jquery html cross-domain cross-domain-policy
Where do I put a crossdomain XML in Tomcat?

I have a cross-domain policy file I wish to add to a Tomcat server I have. If the tomcat is …

tomcat cross-domain localhost cross-domain-policy
Restangular crossdomain request. What I do wrong?

I have domain sub.example.com with configured restangular: RestangularProvider.setDefaultHeaders({ 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }); RestangularProvider.setDefaultHttpFields({ 'withCredentials': true }); …

angularjs cross-domain cors restangular cross-domain-policy
jQuery and Cross Domain POST Requests

I'm developing a jQuery plug-in that will be a connector for some REST API. The implementation is straight forward, but …

jquery http-post cross-domain-policy
Access to XMLHttpRequest has been blocked by CORS policy in ASP.NET CORE

I tried to make connection from my side client to the API Server with ajax, but I get a error …

c# ajax api model-view-controller cross-domain-policy
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
Is there cross domain policy in a UIWebView?

I am loading html into a UIWebView from iOS local file system. That HTML page is requesting json data on …

javascript ios uiwebview cross-domain-policy
Using JSONRPC with JQuery?

How do I get JSONRPC working properly with JQuery on the client-side, on the referenced types of calls? To represent …

javascript jquery json-rpc cross-domain-policy
How to use meta tag to declare http Access-Control-Allow-Origin

Access-Control-Allow-Origin is typically declared as an HTTP header to enable a browser to fetch content from remote domains. Is it …

html cross-domain meta cross-domain-policy