PHP Access-Control-Allow-Origin - CORS - Localhost

0

I'm trying to access a localhost application by another application that is also local, but on another IP and port and I can not at all. I've tried it all the way and the error mesangem always appears:

  

XMLHttpRequest can not load link . In 'Access-Control-Allow-Origin' header is present on the requested resource. Origin ' link ' is therefore not allowed access.

I'm using CodeIgniter in PHP and the application is in Ionic .

    
asked by anonymous 29.12.2016 / 12:08

0 answers