Changes between Version 39 and Version 40 of WebIf
- Timestamp:
- Jun 5, 2011, 3:13:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebIf
v39 v40 3 3 '''!!! Important !!! If you want to use the Webinterface from outside of your LAN you must think about the security. Although the authentication itself via [http://en.wikipedia.org/wiki/Digest_access_authentication digest authentication] is relativele secure (no username/password in clear text), the pages themselves are transmitted in clear text (and if you open the configuration an intruder may read all necessary passwords). An intruder could take over the whole management of your system. If you plan to use the webinterface via internet it is highly recommended to do it via a SSL secured reverse proxy like Apache or activate the SSL functionality in OSCam (not available in all binaries). Make also sure that your password is secure and set the httpallowed parameter if possible. 4 4 5 Information and discussion about the developement of Webinterface can be found here: http://streamboard.gmc.to/wbb2/thread.php?goto=firstnew&threadid=307416 Information about the XML Api (based on Webinterface; for program/library access) can be found in this thread: http://www.streamboard.gmc.to/wbb2/thread.php?threadid=304785 Information and discussion about the developement of Webinterface can be found [http://streamboard.gmc.to/wbb2/thread.php?threadid=30741 here][[BR]] 6 Information about the XML Api (based on Webinterface; for program/library access) can be found [http://streamboard.gmc.to/wbb2/thread.php?threadid=30478 in this thread] 7 7 8 8 = Parameters for Webinterface = 9 9 10 See http://streamboard.gmc.to/wiki/index.php/OSCam/en/Config/oscam.conf#WebIffor all configuration options.10 See [http://streamboard.gmc.to/wiki/index.php/OSCam/en/Config/oscam.conf#WebIf the Wiki] for all configuration options. 11 11 12 12 = Template System = … … 54 54 curl --verbose --digest -u <user>:<password> "http://user:password@myserver.dyndns.org:12345/oscamapi.html?part=status" 55 55 }}} 56 Please also remember to use the [http:// www.streamboard.gmc.to/wbb2/thread.php?threadid=30478 XML Api] if possible as this is guaranteed to stay stable whereas WebIf parsing may fail someday when html code is changed.56 Please also remember to use the [http://streamboard.gmc.to/wbb2/thread.php?threadid=30478 XML Api] if possible as this is guaranteed to stay stable whereas WebIf parsing may fail someday when html code is changed. 57 57 58 58