Browse by Tags
Sorry, but there are no more tags available to filter with.
-
Has gadgets.io.MethodType.DELETE been implemented yet? I need make a http request to a RESTful Service to retrieve data for my app, and I need to do it using DELETE method. I thought use something like this: var params = {}; params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.DELETE;...
-
gadgets.io.makeRequest(url, function(response) { alert(response.text); }, {}); About 1/4 of the time, response.text is undefined. Hit realod and it works 3/4 of the time. Nothing changes. The url just returns static text.
-
As already mentioned in a few other threads , makerequest() only supports requests to URLs on port 80. Will there be any support for secure communication, i.e. HTTPS (which will almost certainly also be on a different port)? While OAuth gives me some comfort that the request is coming in from MySpace...
Page 1 of 1 (3 items)