Re: [qooxdoo-devel] get result from an url call

2012-07-18 Thread Martin Wittemann
Hey, As this is outside of your domain, you can't use XHR unless they offer CORS. Also the request doesn't seem to be JSONP compatible which rules a script tag out. Hm I'm out of options. Either you use a server to rout your request through or you try to make the call somehow jsonp like e.g.

[qooxdoo-devel] get result from an url call

2012-07-17 Thread slah
Hi everybody, I'm trying to call an url and get back the result. the url is outside my domain, it's the geocoding service from google. Here's a sample of an url: http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true which component could be used to achieve this.