Hello there

We have a project that uses both HTTPService and WebService. Both
reside on the same server where the swf is. The access is made via SSL
(https) and we have a signed certificate. So far it always worked.

But recently we discovered that when accessed from what seems a very
secure environnement (i.e. governement) the HTTPService fails but not
the WebService. We don't have any more details because it happened
during a demo it was not investigated further. We cannot reproduce the
problem because we cannot go there and bother them with this. We also
do not have any details on their environnement.

Here is the content of the cross domain file:

<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>

Do you have any idea what can cause this?
Thanks
Eric

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to