Top "Cross-domain" questions

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

Best method: Access-Control-Allow-Origin Multiple Origin Domains

This question has been asked on here before and given an array of good answers, mainly: Access-Control-Allow-Origin Multiple Origin Domains? …

http xmlhttprequest cross-domain cors
Default value for Access-Control-Allow-Methods

I just learned about the Access-Control-Allow-Methods header, e.g. Access-Control-Allow-Methods: OPTIONS, HEAD, GET I have never used this header (just …

http header cross-domain cors
Purpose of the crossorigin attribute...?

In both image and script tags. My understanding was that you can access both scripts and images on other domains. …

html cross-domain
jQuery getJSON works locally, but not cross domain

I've searched FOREVER and can't come up with a definitive answer to my problem. So here it is. I have …

jquery json cross-domain jsonp getjson
CORS not working php

I am trying to post form data from www.siteone.com to www.sitetwo.com via CORS. My ajax code …

php jquery cross-domain cors access-control
How to correctly configure a reverse proxy with Apache, to be used for cross-domain AJAX?

Needing to develop a web application that at the same time is highly dependent on an API but at the …

ajax apache cross-domain wampserver
Jetty Cross Origin Filter

I've configured Jetty's cross origin filter, but I continue to get the following error. Does anyone know what is wrong …

java ajax cross-domain jetty cors
How to make cross-domain AJAX calls to Google Maps API?

I'm trying to make a jQuery $.getJSON call to the Google Maps Geocoding webservice, but this doesn't work because of …

javascript google-maps cross-domain jsonp google-maps-api-3
Cross Domain SQL Server Logins Using Windows Authentication

I have a SQL Server 2005 named instance using Windows Authentication with domain groups serving as logins. The domain structures are …

sql-server sql-server-2005 cross-domain windows-authentication
getting access is denied error on IE8

I have a HTML form (upload.htm) with a HTML file upload control inside of it. <form id="frmupload" …

javascript file-upload internet-explorer-8 cross-domain access-denied