I already know 2 ways (proxy using php and including an external javascript file). What is another way?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can use Access-Control-Allow-Origin: * in the headers coming from the server on the other domain.
That relies on the browser being modern, however. Won't work on IE older than 8.
See https://developer.mozilla.org/En/HTTP_access_control
There is also Cross-Document Messaging combined with regular XHR.
An example of this can be seen on the easyXDM example page : http://consumer.easyxdm.net/current/example/xhr.html