Hello,
I've been trying to send http POST, GET requests from Samsung TV running tizen OS to an outside server to retrieve a playlist that I can than play on TV, but I get socket timeouts. All http requests to localhost works but only when trying to send to an external server it fails. I did set the permission(http://tizen.org/privilege/internet) for INTERNET and I can tell from *.nmf file when uploading to TV the widget that the privilege is set, but like I said cannot send http requests to external servers. What do I need to do in order to make it to work. The http client is our own c++ http client that works on multiple platforms like android, ios, linux, windows and so on...with no problem, but it seems that on samsung TV we are doomed, too unreasonable tight system. Is it some http header that I have to take care off? Please advise!!!