| Dart Home | PowerTCP Sockets for .NET | Custom Development | Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
| Author | Forum: PowerTCP Sockets for .NET (Secure and Standard) Topic: Flash/Flex Policy Request |
| pritbor From: Istanbul, Turkey Posts: 1 Member Since: 03/10/08 |
posted March 10, 2008 12:48 PM Hi, I've purchased PowerTCP Sockets for .NET for enabling web client communication via our custom application servers which are developed in .NET. As you might know, sockets below 1024 are not allowed unless you use a policy file, which enables a spesific port for a spesific subdomain. The previous server application I've done was sending this "policy" XML right to the socket (when a client first connected). The XML was actually an XML which looked something like this; <?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="test.mydomain.com" to-ports="*" /> </cross-domain-policy> Now, I'm trying to do the same with PowerTCP but somehow the flash client does not respond after I send this data. I'm guessing the XML policy is not being validated for some reason, and the flash application does not go further (ie, reconnect and establish the main TCP connection) Any clues? Does this error/mechanism make sense to anyone? OR better yet, any other tips to establish connection between .NET and flash, other than the example came with the package? Thanks, |
| Arjun From: Rome, NY, USA Posts: 137 Member Since: 09/17/07 |
posted March 10, 2008 4:34 PM Hello, Regarding the query I would suggest you to check how the data his new app is sending differs from the working app. You can use a protocol sniffer to check for the same. Regards, Arjun |
| Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|