Hi,
i am facing (as expected) the CORS issue with the Yun. Has anybody solved this issue with uHttpd on the Yun side?
One possible solution is to add a header in the REST module e.g. "Access-Control-Allow-Origin: *" or getting the uHttpd to send out the header on any request. But the documentation of uHttpd is not very well
you need also to change the "client" side of your app (running I suppose on the ATMEGA32u4) because of the call must return a "procedure" object that is the json data surrounded by the name of the JSONP function.