I'm building a mobile web-app through the framework Ionic. In my app I want to get data from an API and it seems like the API does only support requests in PHP (or some server side language). Thus it does not support CORS or JSONP which I am used to making requests to through AngularJS.
How can I communicate with this API in my app? Do I have to set up some kind of API proxy or what is the most usual way to go here? Seems like a quite common problem but I got really confused when searching.. node-modules, browserify, proxies.