nmarun
07-31-2008, 02:40 AM
Hi,
My site (http://www.arunmahendrakar.com) has a web service and it was working earlier with or without the www part, but it's not working now without the www part. I read a couple of articles which said there have been some changes in the security model of the latest version of flash. Below is my crossdomain.xml file:
<?xml version="1.0" encoding="utf-8" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy
Please let me know what I need to do so that the webservice call is successful for both http://www.arunmahendrakar.com and http://arunmahendrakar.com.
Thanks
Arun
My site (http://www.arunmahendrakar.com) has a web service and it was working earlier with or without the www part, but it's not working now without the www part. I read a couple of articles which said there have been some changes in the security model of the latest version of flash. Below is my crossdomain.xml file:
<?xml version="1.0" encoding="utf-8" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy
Please let me know what I need to do so that the webservice call is successful for both http://www.arunmahendrakar.com and http://arunmahendrakar.com.
Thanks
Arun