I am new to meteor+ionic2, I am trying to make an app where I need to make an http call and pass some parameters in headers, It is giving the error missing token ‘language’ in CORS header ‘Access-Control-Allow-Headers’ from CORS preflight channel, I tried providing proxies in ionic.config.json and even whitelisting url in mobile-config.js, but none of them helps, please help.
Note: It works when I use plugin to allow CORS in Chrome