Web interface: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
*[[Web Server HTTP API]] - Depreciated, but still used as of XBMC v11
*[[Web Server HTTP API]] - Depreciated, but still used as of XBMC v11


{{Disambiguation}}
==Using multiple web interfaces at once==
Let's say <code><nowiki>http://123.4.5.6:8080</nowiki></code> is your local IP for accessing your default web interface add-on. You can access the other web interface add-ons you have installed by going to <code><nowiki>http://123.4.5.6:8080</nowiki>/addons/</code> where you will see a directory listing.

Revision as of 21:56, 20 March 2012

Web interface my refer to one of the following:

Using multiple web interfaces at once

Let's say http://123.4.5.6:8080 is your local IP for accessing your default web interface add-on. You can access the other web interface add-ons you have installed by going to http://123.4.5.6:8080/addons/ where you will see a directory listing.