In order to use my systems API I need to be logged into our system. I currently have a JSP page which handles all the authentication.
I have just developed a FLEX app and I need to authenticate against my system before being able to use the API. Is there an easy straight forward way that I can push the user name and password to the JSP page? How would I handle the response (authorized or declined)? Maybe use a frame? Any ideas on how to implement this would be greatly appreciated! -phil

