2019-06-20, 22:09
I have previously been able to use the following GET command to display a notification on screen...
http://user:pass@ip:port/jsonrpc?request={"jsonrpc":%20"2.0",%20"method":%20"GUI.ShowNotification",%20"params":%20{"title":%20"ALERT:",%20"message":%20"Loft%20Light%20Is%20On"%20},%20"id":%201}
I am trying to change this so it works using HTTP POST instead, is this possible? I have read through a few posts and getting really confused
http://user:pass@ip:port/jsonrpc?request={"jsonrpc":%20"2.0",%20"method":%20"GUI.ShowNotification",%20"params":%20{"title":%20"ALERT:",%20"message":%20"Loft%20Light%20Is%20On"%20},%20"id":%201}
I am trying to change this so it works using HTTP POST instead, is this possible? I have read through a few posts and getting really confused