function makeDOMRequest() {
var params = {};
params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.DOM;
var url = "http://sketchpan.com/php/opensocial/xml/";
gadgets.io.makeRequest(url, response, params);
};
return this error... help me...
HTTP/1.1 500 The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF
Date: Tue, 13 Jan 2009 02:55:23 GMT
Server: Microsoft-IIS/6.0
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/json; charset=utf-8
Content-Length: 121
{ "errorMessage" : "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF" }