Accessing files from a remote server

Accessing files from a remote server

BY 26 Sep 2016 Web Application Development

Hi,

In my app, I need to access data files from various public sites that I do not own. I tried to use Ajax for that but I do not receive anything…

My privileges are set as follows:

<tizen:privilege name=”hxxp://tizen.org/privilege/internet”/>
<tizen:privilege name=”hxxp://tizen.org/privilege/download”/>

Can anyone tell please what is missing?

Is it expected that the website accepts cross-domain requests? If this is the case then I am in trouble and I need an alternative.

Thanks in advance.

Written by