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
views:
36answers:
1
A:
Try giving full https://*/*
permission (if you have only site specific). I faced similar problem recently, looks like a bug with https redirects.
serg
2010-08-24 19:55:31
yes I did this indeed, but no luck !!!
simple
2010-08-25 07:56:36