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.