03.02.2022, 09:34
(This post was last modified: 03.02.2022, 09:45 by gjniewenhuijse.)
(03.02.2022, 09:22)admin Wrote: It can return 404 if the appkey is incorrect.
but its the same appkey as i use for the normal connection from the other example. And there it works.
with curl the code is:
curl --insecure -N -H 'hue-application-key: <appkey>' -H 'Accept: text/event-stream' https://<ipaddress>/eventstream/clip/v2
I see https.. Do the example also setup a https connection? and is this to port 80 or 443?