Top "Cross-domain" questions

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

'blocked' The page at 'X' was loaded over HTTPS, but ran insecure content from

How I can fix this block if everything happen inside of my domain? [blocked] The page at 'https://example.com/…

c# html cross-domain episerver
Can't specify headers in request in AngularJS

I have 2 parts in my app - Angular frontend and rails server. And because it's different domains, requests doesn't work …

javascript ruby-on-rails angularjs cross-domain angular-http
Why Same-origin policy isn't enough to prevent CSRF attacks?

First of all, I assume a backend that control inputs to prevent XSS vulnerabilities. In this answer @Les Hazlewood explain …

cookies jwt cross-domain csrf same-origin-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
Using the Yahoo Weather API with JSON and the script tag

I'm trying to get the Yahoo Weather with JavaScript. I originally made a proxy, but found that clumsy. So can …

json cross-domain weather yahoo-api
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
Getting Cross Origin Error While Calling API From Jquery AJAX

I Got Following Error While Calling API From AJAX Jquery. Access to XMLHttpRequest at 'https://www.demo.in/rest/employee/…

javascript jquery ajax cross-domain jquery-ajaxq
What can cause a cookie not to be set on the client?

I have a web application that uses jQuery.ajax to perform a request to another host (right now actually the …

ajax http cookies cross-domain same-origin-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