Cross-domain, client Api call without JSON or JSONP - is this possible?

I did not think that it is possible to make a cross-domain client api call and use the results on a web page without calling using JSONP. A colleague recommended DOJO for this, but dojo.io.script seems to require jsonp. If possible, I will dig a few more at DOJO, but I think this is a lost cause.

+3
source share
3 answers

HTML5 has limited support for cross-domain network requests

see HTML5 Security in a Nutshell

See also Cross-Domain XHR using postMessage and HTML5-Cross-browser-Polyfills

+1
source

Adardesign, - javascript java- .

+1

.

+1

All Articles