Hi ,
I’m showing the NTLM auth dialog box for Username/Password,
response.setHeader("WWW-Authenticate",”NTLM”);
response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
Now i want to retrieve the username string (Given in dialog box) from the http request header.
Can someone help?
Thanks
I’m showing the NTLM auth dialog box for Username/Password,
response.setHeader("WWW-Authenticate",”NTLM”);
response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
Now i want to retrieve the username string (Given in dialog box) from the http request header.
Can someone help?
Thanks