I am working on an App for SharePoint 2013 that is SharePoint-hosted and I can't get data from a remote web service using a jQuery.ajax call. The only two ways to get remote data documented by Microsoft are: using a web proxy call or a custom proxy page.
Are these methods the only ones that you can use or is there something else available? I am looking for something that is similar with the jQuery.ajax call.