Angularjs Post Request CORS issue

Hi @summermick,

You shouldn’t have CORS issues when running on the device. CORS problems are browser only.

In your web server if you allow all origins (*), the error should go away in the browser.

See more information here: