Socket Policy File
can please guide me regarding socket policy file?
where shall keep socket policy file? changes need done on server side. using sockets sending http request (with methods put , delete on port 80). have kept file on root of server. still getting security error. can please me resolve this.
<!doctype cross-domain-policy system "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only" />
<allow-access-from domain="*" to-ports="80" />
</cross-domain-policy>
thanks
this has been done. need manually serve socket policy file.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment