[flexcoders] Using Flex with server that does authentication

2010-06-07 Thread alwayslearningnewstuff
Hi all, I'm building a Flex client for a fully-authenticated server with a REST-like API. All communication with the server will be over SSL/TLS. All requests must be authenticated. What I've discovered, by Googling around and by trying my own code, is that Flex makes things very, very

Re: [flexcoders] Using Flex with server that does authentication

2010-06-07 Thread Peter Coppens
Hello I feel your pain. Just recently we struggled through the same issues. One needs to get very creative to get some real HTTP support out of Flex and/or the browser plugins. There is no way to talk to some generic http/rest server with Flex (perhaps 4 is better, have not tried) The nice

[flexcoders] Using Flex with server that does authentication

2010-06-04 Thread Trent Brown
Hi all, I'm building a Flex client for a fully-authenticated server with a REST-like API. All communication with the server will be over SSL/TLS. All requests must be authenticated. What I've discovered, by Googling and by trying my own code, is that Flex makes things very, very difficult for