View Single Post
Old 07-13-2003, 03:07 PM   #4 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
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.
__________________
direct entry file specification.
npa is offline   Reply With Quote