am currently having a problem with Ionic 1 when using a release build on android 4.4. I keep getting a cors
error. In addition am using a node.js back end with cors
requests specified in it already. This is the error am seeing so far:
SEC7121: [CORS] The origin 'http://localhost:8100' found *
in the Access-Control-Allow-Origin
response header when the credentials mode was include
for cross-origin resource at 'https://www.slywolf.co.za/api/auth/signin'.
Any assistance regarding this will be greatly appreciated.