Top "Cross-domain" questions

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

In what cases will HTTP_REFERER be empty

I know it's possible to get an empty HTTP_REFERER. Under what circumstances does this happen? If I get an …

security http-headers cross-domain http-referer referrer-policy
Disabling same-origin policy in Safari

For development purposes, I need to disable the same-origin policy in Safari (on Windows) on my machine. In Chrome, this …

safari cross-domain same-origin-policy
Jquery $.ajax fails in IE on cross domain calls

I am doing a cross domain request using $.ajax. It works on Firefox and Chrome, but does not issue a …

jquery cross-domain
Cross domain POST request is not sending cookie Ajax Jquery

Seems that something similar already has been discussed on stackoverflow, but i could not find exactly the same. I am …

javascript jquery ajax cookies cross-domain
Is there a cross-domain iframe height auto-resizer that works?

I tried a few solutions but wasn't successful. I'm wondering if there is a solution out there preferably with an …

iframe cross-domain
How do I implement Cross Domain URL Access from an Iframe using Javascript?

I need to access the Parent Domain URL from my Iframe which is in another domain. For example, "example.com" …

javascript iframe cross-domain
How to create cross-domain request?

How to create a cross-domain request using Angular 2? Can you provide an example? Like a request between localhost:3000 and localhost:8000 …

angular http cors cross-domain
Setting cross-domain cookies in Safari

I have to call domain A.com (which sets the cookies with http) from domain B.com. All I do …

javascript safari cookies cross-domain cross-site
IE9 blocks download of cross-origin web font

This is driving me crazy. Just testing a site on IE9 and discovered that the 'live' version is rendering a …

internet-explorer cross-domain internet-explorer-9 webfonts
How to enable Cross domain requests on JAX-RS web services?

I developed a set of restful web services. I couldn't call any of these methods from remote clients due to …

cors jax-rs cross-domain java-ee-7 wildfly-8