My crossdomain.xml file is in the ROOT folder of Webapps directory of
tomcat: Following is my crossdomain file:
<!DOCTYPE cross-domain-policy SYSTEM "cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*" to-ports="*"
secure="false"/>
</cross-domain-policy>
I am using HttpService to access the server with the url:
https://localhost:8443/testApplication/upload.html
var srvHS:HttpService = new HTTPService();
srvHS.method = "POST";
srvHS.url = "
https://localhost:8443/testApplication/upload.html"
srvHS.useProxy = false;
srvHS.addEventListener(ResultEvent.RESULT , imageSavedResult);
srvHS.addEventListener(FaultEvent.FAULT, imageSavedFault);
srvHS.send(obj);
My error String is :
[RPC Fault faultString="Security error accessing url"
faultCode="Channel.Security.Error" faultDetail="Destination:
DefaultHTTP"]
On May 11, 7:04 pm, prem <
prema...@gmail.com> wrote:
> Thanks, but I am still not able to fix this problem
>
> On May 9, 11:29 pm, HISSAM <
hissam.sher...@gmail.com> wrote:
>
> >
http://forums.alfresco.com/en/viewtopic.php?f=36&t=15831
>
> > This link might solve your problem
> > Please know me status after u implement it
>
> > Waiting for your reply
>
> > On Sat, May 9, 2009 at 2:57 AM, prem <
prema...@gmail.com> wrote:
>
> > > Need to know the solution urgently. Any help please?
>
> > > On May 9, 1:21 pm, prem <
prema...@gmail.com> wrote:
> > > > Hi,
> > > > I am trying to communicate to server from my Flex application running
> > > > onhttp://localhost:8080/FlexApptoanotherserver which is running