I am getting a "Parse Error on line 1" when trying to connect to my API.
I am not sure what is causing this. I believe all of my Request information is correct.
It seems to load all of the response information just fine, however when I set it up as a search service in my app and test it:
I get a console error:
XMLHttpRequest cannot load http://www.thetvdb.com/api/GetSeries..... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://appery.io' is therefore not allowed access.
I am not 100% sure if the parse error is the cause, but I thought it would help if I gave as much detail as possible. (I am trying to search the API for a series name so I can add it to a list of my shows)
**It is worth mentioning, if I try this in "Echo" mode, I get an error:
Error XML Parser could not be instantiated