I have given the permission in manifest file, though when I try to make XHR to https://wh2.sibers.com I am just getting a xhr.readystate = 4, xhr.status = 0;
I can do XHR request just fine from the console(under the wh2.sibers.com page of course). Anybody has a broader knowledge in this things please show me the direction, thanks
I have given the permission in manifest file, though when I try to make
Share
Try giving full
https://*/*permission (if you have only site specific). I faced similar problem recently, looks like a bug with https redirects.