Hi,
First off, thanks for the hard work on this project, its great. Im
trying to test some simple ajax stuff using jquery, along the lines
of :
$.get("
http://localhost:4000/accounts/23.xml", function(data){
alert("Data Loaded: " + data);
});
and I get the following in my test output:
undefined: undefined('Permission denied to call method
XMLHttpRequest.open')
Any clue what i may be doing wrong?