Hi ptw,

     my application is running with http and the services api is running in
https.
     Is it possible to work like this? or i have to change my application
server to https?

      is there any solution for the application in http and services in
https?



On Tue, May 18, 2010 at 4:44 PM, P T Withington <[email protected]> wrote:

> 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>
>
>

Reply via email to