I created a REST service to get the ESV Bible API (esvapi.org) daily verse, and put it into an HTML component.
The service tests fine, and the URL it produces work fine. However, when I test it in the app, I get this:
precodeXMLHttpRequest cannot load http://www.esvapi.org/v2/rest/dailyVerse?&key=[MYKEY]&include-headings=false&include-footnotes=false&include-audio-link=false. Origin http://appery.io is not allowed by Access-Control-Allow-Origin. /code/pre
Any thoughts?