CORS problem using ionic_proxy_example project

Hi

I download and install ionic_proxy_example from github to use a ionic proxy and avoid the CORS problem.

Even configuring the entire project the “Access control allow origin” problem happens again, for some webservice link it works well and for two another webservices link it does not work.

Even using a local url like http://localhost:8080/restexample/posts.json the CORS problem happens.

Is there more ways to track this bug and fix it ?

Thank´s in advance

Use your localhost like this: http://localhost:8100/api
The problem will be solved.