Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
Putty Mud Duck #1
Crossdomain.xml under new security model
I was informed that an old web site a vendor developed for us was no longer
working. After some digging I discovered the problem is related to the security
update that was made in Flash Player 9.0.124. There are security violations (
the standard one saying there is no policy file to allow the interaction) being
thrown when a user tries to connect to a Soap WebService via HTTPS or HTTP
depending on the situation.
I was able to get past several of the violations by allowing all headers to be
passed, but when the user tries to create an account even that didn't work. I'm
very confused by the fact that certain interactions with the https WebService
succeed and others fail. I've tried everything I can think of at this point.
Even the following doesn't work:
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" />
<allow-access-from domain="*" to-ports="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
Can the problem be that the http server and the https server are one and the
same.
To further complicate matters republishing the FLAs isn't really an option, so
I can't load a policy file.
Anyone have any ideas?
Putty Mud Duck Guest
-
crossdomain policy how do i do that?
Hi guys, Never had to do this before so i am a bit stuck swf and html page are on server A and the php script on server B How do i make it... -
crossdomain.xml
Not sure where to post so please move if best elsewhere... SCENARIO: sensitive secure data being called from flash that is being hosted on... -
What security model do you recommend ?
Given.. We are developing web apps using SQLServer and Oracle databases We want to take advantage of connection pooling We are currently using ASP... -
ASP/DB Security Model Advice
ENVIRONMENT: Windows 2000 Professional (sp3) Internet Information Server (5.0) Active Server Pages (3.0) VBScript (5.6) Microsoft SQL Server... -
Security model guidelines - Server-centric implementation - Win2K3 - dotNet
Greetings, a) Server environment : Windows 2003 Standard b) Database: SQL Server 2000 c) Development: Combination of VB6 COM+ , ASP.NET, and...



Reply With Quote

