Use HTTPService. Here is a example that can use either ASP.NET or JSP. The ASP.NET version even lets you encrypot the password using MD5. My Java wasn't good enouth for me to attempt this in the JSP page.
http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectI D=556 Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of phipzkillah Sent: Wednesday, January 03, 2007 2:42 PM To: [email protected] Subject: [flexcoders] Authentication - JSP - FLEX 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

