Quote:
Originally posted by rdove
These only work if you have an authentication filter installed on your Web server that maps incoming users to accounts.
|
Don't need that - just enable windows authentication in the server and use AUTHORIZATION header then look at:
http://www.innovation.ch/java/ntlm.html for how to
decode it, it is in base64 so look:
http://www.ietf.org/rfc/rfc1521.txt?number=1521 for how to decode base64 messages.