'Soundcloud for Samsung Smart-TV

We use the Soundcloud API , which allows sending information only between "http" or "https" protocols. The smart-TV, as far as we know, uses a kind of file system. Hence, the requests can't be sent to the Soundcloud server, and information can't be received from it, using the API. Is there any way to host some kind of a private http server on the TV, and use it? Or is there a different Soundcloud API module we can use? Any other ideas are welcomed... Thanks!



Solution 1:[1]

Smart TV is capable of using XMLHttpRequest. You can access Soundcloud HTTP API with it. However you may need to authentificate yourself somehow.

Solution 2:[2]

finally figured it out using Cross Domain Requests - $.getJSON etc.
All of which is supported by the SoundCloud API.
Thanks anyway!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ivan Solntsev
Solution 2 Michael Caduri