varxhr=newXMLHttpRequest();xhr.open("GET","http://api.someurl.com",true);xhr.setRequestHeader("Content-Type","application/json");xhr.send(); And it was generating a403 Forbidden. Interestingly, the response content-type wastext/plain. Which is weird, because it's a pure JSON api, so...
root (hd1,0) Filesystem type is fat, partition type 0xb kernel /boot/2/vmlinuz ro root=UUID=9d6ba18b-3eae-4669-8c78-3796981acb1b consol e=ttyS0,19200 panic=1 mem=384M quiet platform=D68 [Linux-bzImage, setup=0x1400, size=0x1af84a] initrd /boot/2/initrd [Linux-initrd @ 0x...