Are you fetching the app from the https server? It is not recommended that you permit a http app to access https data, although it can be done. To do so makes the use of https pointless. More information here:
http://learn.adobe.com/wiki/download/attachments/64389123/CrossDomain_PolicyFile_Specification.pdf?version=1 On 2010-05-18, at 06:51, jvvn murty wrote: > Hi, > > I tried to work with https service API's in dataset but iam not able to > hit the dataset and its giving crossdomain.xml problem. > > Is there any way to call the services with https ? > > just this is my example: > > <canvas proxied="false"> > <script> > var srcs="https:// test url"; > </script> > <dataset name="myDs" type="http" request="true" src="${srcs}"> > <handler name="ondata"> > Debug.write("test"+this.serialize()) > </handler> > </dataset> > </canvas>
