This content has been marked as final.
Show 1 reply
-
1. Re: Connection through Proxy Server with user authentication
milowe Oct 7, 2003 12:58 AM (in response to kevinjiang)I guess you could put the user and pass in the HTTP field for simple JAAS authentication at JBoss.
The requestProperty should be "Authorization" and
its value should be Base64 encoded concatination of user and pass (user+ ":" + pass).
/micke