Hello!

I'm developing a Tomcat, Struts application.

I want to send credentials to the Authentication Dialog that's shown by
application which is running on another server.
With this idea, I'd connect 2 application: the Tomcat application should
have a redirection link to the other application.

If I can modify the request header, I will add row "Authorization: Basic
QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
http://en.wikipedia.org/wiki/Basic_access_authentication
http://en.wikipedia.org/wiki/Basic_access_authentication 
http://www.ietf.org/rfc/rfc2616.txt http://www.ietf.org/rfc/rfc2616.txt 


How can I implement this?


Regards

P.S.

I also started this topic on: 
http://www.coderanch.com/t/442467/Security/Basic-authentication-without-secure-connection

-- 
View this message in context: 
http://www.nabble.com/Basic-authentication-without-a-secure-connection-tp23347310p23347310.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to