I have an app in plain html file (no server). How do I do cross domain requests (from javascript)?
Browser reports error: XMLHttpRequest cannot load '*'. No 'Access-Control-Allow-Origin' header is present on the requested resource.
I tried the following, but no dice.
<meta http-equiv="Access-Control-Allow-Origin" content="*"/>