R
Ricardo Perdigao
Guest
Bill, His data is coming from a .NET REST Service and he is most likely running this on the cloud - mobile.progress.com (completely independent from OE Tomcat & backend). So, to me, it makes sense that he is authorizing another origin on his .Net Rest Service. For that, he should be doing something like this: www.asp.net/.../enabling-cross-origin-requests-in-web-api The challenge here is identifying the correct domain that is making the request (so you can authorize it) ... I think it should be mobile.progress.com, but I don't know for sure. Hope this helps, Ricardo
Continue reading...
Continue reading...