Hello,
In order to open the browser on Tizen from Terminal on a laptop, we can use this command:
curl -X POST -i ‘http://TV_IP:8001/api/v2/applications/org.tizen.browser’
(or 3202010022079 instead of org.tizen.browser).
But is it possible to also specify a website to open? using -d ‘http://google.com’ will not work. So
curl -X POST -i ‘http://TV_IP:8001/api/v2/applications/3202010022079’ -d ‘http://google.com’
will not work. I also tried multiple other parameters and formats.
Thanks.