Top "Cross-domain" questions

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

Is CORS a secure way to do cross-domain AJAX requests?

After reading about CORS (Cross-Origin Resource Sharing), I don't understand how it improves security. Cross-Domain AJAX communication is allowed if …

javascript ajax cross-domain cors
Angular 4 - setting withCredentials on every request - cors cookie

My angular client is separated from the backend and I have enabled cors on the backend, everything works fine except …

angular http cookies oauth-2.0 cross-domain
Why don't I get a 'same origin policy' warning when using the Google Maps API?

I'm making a RESTful web service call in my JavaScript page and get the following warning: "This page is accessing …

javascript security rest google-maps cross-domain
Use window.open but block use of window.opener

A while back I ran across an interesting security hole <a href="http://someurl.here" target="_blank">Link&…

javascript cross-domain
CORS - Tomcat - Geoserver

All, I am trying to get CORS enabled on Tomcat 7.0.52 for Geoserver. I modified web.xml in conf in tomcat, …

tomcat cross-domain tomcat7 cors geoserver
CORS Api with symfony

I should make cross domain API with Symfony. There is some bundle for that? I have tried FOS Rest Bundle …

symfony cors cross-domain symfony-2.1
Cross-origin request for local file

I need to open a local html file in the browser. The javascript works fine but ajax stops working and …

javascript xmlhttprequest cross-domain local-files
Cross-site request forgery prevention using struts token

I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework. I …

java struts cross-domain struts-1
Cross-subdomain ajax request denied even when document.domain is set correctly

In my application I have a website on one sub-domain (dev.u413.com) and I use jQuery to make an …

javascript jquery json cross-domain jsonp
File Url Cross Domain Issue in Chrome- Unexpected

The issue is about Chrome throwing Cross Domain Error on using file url I am embedding a svg document into …

html svg cross-domain embed