>>175
req.open(obj.method || 'GET',obj.url,true);

req.open(obj.method || 'GET',encodeURI(obj.url),true);
に直してみて貰えます?