I'm trying to find out why I can't sign in to ConnectA2. And then I saw that 
none of the AJAX calls that it makes succeed. So this is what I run on a device 
(1.2, via app manager in an app that has systemXHR):

var x = new XMLHttpRequest({ mozSystem: true })
x.onload=function() { console.log('suc', x, x.responseText) }
x.onerror =function(e) { console.log('err', e, x); }
x.open('GET', 'https://www.connecta2.net/')
x.send()

this errors. If I do it via CURL:

curl -X GET https://www.connecta2.net/

The request succeeds. So what the *@&* is going on here? Other domains work 
fine.
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to