Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
mac_55 #1
RPC fault string=Security error accessing url
Hi Guys,
My app's been online for some time now (over a month) and I've logged in today
and noticed the attached error which has appeared out of the blue (I haven't
logged in to it for a couple of weeks but everything was working fine). Any
idea as to what sort of problem the application's having?
Thanks
Here is the error:
[url]http://s299.photobucket.com/albums/mm312/thedigit/?action=view¤t=error.jpg[/url]
mac_55 Guest
-
security error accessing url
I'm using flex builder to create a small flex project to learn how to call web service in flex,but I encountered a problem really confusing me.I... -
#39304 [NEW]: Segmentation fault with list unpacking of string offset
From: dave at ramenlabs dot com Operating system: Linux PHP version: 5CVS-2006-10-30 (CVS) PHP Bug Type: Reproducible crash... -
HTTPService: Security error accessing url
I have the following code in my Flex 2.0 application. Basically I'm trying to send a HTTP request to a remote computer with Cocoon installed. The... -
Error: code:Channel.Security.Error string:'Security
Flex 2.0 beta 1 I created an mxml application with the following tag: <mx:WebService id="ws"... -
Using Integrated Security for Accessing SQL on Remote Server
Hello, I am currently trying to use integrated security to access the SQL database for the ASP.NET application (deployed on an intranet) I am... -
mac_55 #2
Re: RPC fault string=Security error accessing url
Oddly, I've just installed Flash Player version 9,0,115,0 and it seems to work fin in there, no errors.
Hrm. Any ideas?
mac_55 Guest
-
Kaotic101 #3
Re: RPC fault string=Security error accessing url
Generally when something is labeled as a Security error with flash it relates
to the crossdomain.xml file. The first thing I'd check is all of the services
being used to bring in data are coming from places that are allowed within the
crossdomain.xml file. An easy way to test this would be to allow everything
within the crossdomain.xml, test it to see if you get the same error, if you
don't then you know the problem belongs there, if you do get the same error
then the problem lies in something deeper like maybe your application cannot
currently find your crossdomain.xml to even check the policies? Just a thought.
Kaotic101 Guest
-
mac_55 #4
Re: RPC fault string=Security error accessing url
Where should the crossdomain.xml be placed? I have it in the root of the webserver's web directory
mac_55 Guest
-
SalmonArm #5
Re: RPC fault string=Security error accessing url
FlashPlayer 9.0.124 has increased restrictions with its security model.
For URL based access (FlashLoader) you need the crossdomain.xml in the server
root. For socket based access you need a socket policy file and a policy file
server (assumingly).
I haven't been able to get the latter working. See my cry for help here:
[url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=58[/url]
5&threadid=1360744
Adobe has more info here:
[url]http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html[/url]
SalmonArm Guest
-
mac_55 #6
Re: RPC fault string=Security error accessing url
I'm not sure if I need a socket policy file, I'm using web services...?
mac_55 Guest
-
Kaotic101 #7
Re: RPC fault string=Security error accessing url
Try changing your crossdomain.xml file to the following for a quick test. It
will allow access to everything. Once you've changed that, refresh your
application and tell us if the web services still throw a security error, if it
does not throw a security error then you do not need the socket policy file you
just need to fine tune your crossdomain.xml access rights for your application.
Having the crossdomain.xml inside of your web root is the right place for it.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
Kaotic101 Guest



Reply With Quote

