Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

Proxy for image and video widgets #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Image and video widgets currently often point to a url in the local network.
When using openHAB remotely (through a dyndns service), these local urls 
obviously cannot be resolved and hence the widgets do not show any content.
This can be solved by introducing a proxy servlet, which runs on the openHAB 
web server and where the widgets would point to. This proxy would then simply 
route the data from the local network.

In order to not introduce a security hole here, this proxy should ONLY allow 
access to resources on the local network, which are configured in a sitemap.

Original issue reported on code.google.com by kai.openhab on 15 Mar 2013 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 4 May 2013 at 8:47

GoogleCodeExporter commented 9 years ago
Implemented with changeset 
https://code.google.com/p/openhab/source/detail?r=ea5158d666c0b802784a2adc701c39
39e7b44d5d

Original comment by kai.openhab on 5 May 2013 at 7:48