I'm currently in the process of configuring a local development environment for an Angular.js application that pulls data from a remote API. However, I've encountered a roadblock with the cross-domain origin policy. The API only provides a JSON response and does not support JSONP. Strangely enough, the GET method works fine on my actual website. Are there any alternative solutions to bypass this issue without having to move my development environment to the remote server?