SCRIPT7002: XMLHttpRequest: Network Error 0x2efd,

Hello there!

I started with Ionic to build hybrid apps for windows. Unfortoutnaly I got this error when doing POST and GET calls

This is the call
var request = {
method: ‘POST’,
url: url
headers: {
‘Content-Type’: ‘application/json’ + ‘;charset=utf-8’,
‘Data-Type’: ‘json’
},
data: {
username: username,
password: password
}
};

This is the error

SCRIPT7002: XMLHttpRequest: Network Error 0x2efd, Could not complete the operation due to error 00002efd.
index.html

I’m already using winstore jscompat

Does somebody know how that could be fixed?

I will really apprectiate your comments

Thanks!