I'm trying to authenticate against a Java-based application server
(Tomcat) from my Flex app.  I'm unable to set the HTTP "Authorization"
header to pass to the server to authenticate.  I'm also not able to
read the cookie header that the server sends back after successful
authentication.  Authenticating to the server with an HTML login page
prior to getting to the Flex app is not an option.  How have you
solved authentication from Flex?

Reply via email to