Kodi Community Forum
Getting started with writing web interfaces - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: Getting started with writing web interfaces (/showthread.php?tid=335594)



Getting started with writing web interfaces - nevyn - 2018-09-16

Hi All,

I was wondering if there was a good guide as to where to start when developing a web interface. I started having a look at the JSON RPC calls, had a play with curl and then decided to open up an ide and start coding. What I didn't know was that there's an origin problem i.e. you can only make requests to the origin site (with jquery). Which totally makes sense. SO I started to have a go at taking an existing webinterface addon and altering it and the changes didn't take hold. Which I guess means that the web interface(s) are being cached?


RE: Getting started with writing web interfaces - nevyn - 2018-09-18

Failing a guide, perhaps some documentation/notes on controlling the web interface OR replacing it with something controllable like nginx?