Hey, hoping someone can help me. I have a rather simple app that loads xml data from another site (we’ll call this “site-x”) to parse text from it and display it in the app. It works just fine from my dev computer.
When I move it to the test server however and load it in to my browser, it just sits there. I.E. it loads the app, but stalls when trying to load the xml data from site-x.
I tried using a cross-domain policy, but that’s not working either (unless I’m doing it wrong).
Any help would be appreciated, as this is really frustrating. Never had to work through this before.