varamfer / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

JSONP with callbacks works only for items requests #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
JSONP with callbacks works only for items requests. And so says the wiki - 
/rest/items/Temperature_FF_Office/jsonp?jsoncallback=callback. It needs to work 
also for sitemap requests, and why not for every other requests.

Original issue reported on code.google.com by mishoboss on 14 Dec 2011 at 12:32

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 14 Dec 2011 at 12:41

GoogleCodeExporter commented 8 years ago
Fixed in commit 
http://code.google.com/p/openhab/source/detail?r=855dc713bc94cb45756737f0a6da0bc
4ba047780.

I have also updated the REST wiki page accordingly.

Original comment by kai.openhab on 14 Dec 2011 at 10:06