Some historical workarounds (hacks) to the same origin policy for scripts, leading up to CORS
* See commit history *
- working example, same origin
- CORS error, different origins
- iframe / postMessage - workaround
- JSONP - workaround
- proxy - workaround
- enable CORS - solution