Hi,

For some reason HttpRequest for any URL always gives me status code
204 - NO CONTENT.

var request = new qx.io2.HttpRequest("http://www.google.com";);
request.send();
request.addListener("load", function(e) {
      alert("hello world");
      alert(request.getStatusCode());
});

Can anyone please tell me what I am missing?

Thanks,
Karthik

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to