It doesn't appear to be working anymore, most likely due to change in server or something.
PHP Code:
function onCreated() {
temp.link = "http://www.google.com";
temp.req = requesturl(temp.link);
this.catchevent(temp.req, "onReceiveData", "onURLReply");
}
function onURLReply(obj) {
echo("Fulldata Length:" SPC obj.fulldata.length());
}
echos "Fulldata Length: 0"