HTTP(S) query

Hi, is it possible to make https query and get a response back using CE ?

You need to elaborate more on your question.

Sure, I want to register my S912 device to web service (IPTV for TVHeadend). This can be done only via web viewer such as chrome and also it has to be done via device I want to access the service from, i.e. when I type https link below to chrome on my PC with adequate email login and password I will get back response in chrome with device id authentication, this device id identification is something I am looking for.

https://sledovanitv.cz/api/create-pairing?username=EMAIL&password=HESLO&type=xbmc&product=Other&serial=00:00:00:00:00:00

You could use curl for this and add a line inside autostart.sh so when the box is booted it will visit the URL that you want.

Great, it worked like charm, thanks for your guidance