At the moment browsers won't allow pages to make requests to wicrs servers on different origins due to CORS. Adding a header like ``` Access-Control-Allow-Origin: * ``` should fix this. Might need discussion over potential security issues.