Cross-domain refers to web applications that communicate outside of their hosting domain / web server.
I am developing a JSON/REST web API, for which I specifically want third party websites to be able to …
ajax web-services security cross-domain corsOur company runs a web site (oursite.com) with affiliate partners who send us traffic. In some cases, we set …
javascript iframe google-analytics cross-domain trackingI see iframe/p3p trick is the most popular one around, but I personally don't like it because javascript + …
session cookies cross-domain sharingSo far I've only seen tutorials for postmessage where one window sends a single kind of message, and the other …
javascript cross-domain postmessageI am trying to make an AJAX call from several domains to a single one which will handle the request. …
javascript internet-explorer cross-domain access-controlI'm using SimpleHTTPServer to test some webpages I'm working on. It works great, however I need to do some cross-domain …
python cross-domain simplehttpserverIt seems that window.postMessage is still broken on IE 11 when the message is between a window and a child …
javascript internet-explorer cross-browser cross-domain postmessageI am trying to configure CORS globally via WebMvcConfigurerAdapter shown below. To test I am hitting my API endpoint via …
java spring-mvc http-headers cors cross-domainI have a greasemonkey script that opens an iframe containing a form from a different sub-domain as the parent page. …
iframe cross-domain parentI'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