> Hello,
>
> I am using post method of sending data to servlet from a JSP page. I am unable to
> get the data by request.getParameter().
> If I am using get method I am able to retrieve data from JSP page
>
> I was just searching on Google. Actually I am using NTLM Authentication in my Login
> Servlet. I think there is some conflict between NTLM Authentication and POST method.
>
> Any body has an idea what to do or set to get the things done ?
>
> http://support.microsoft.com/default.aspx?scid=kb;DE;308074
> <http://support.microsoft.com/default.aspx?scid=kb;DE;308074>
>
> I am using code from below link:
> http://www.jguru.com/faq/view.jsp?EID=1045412
> <http://www.jguru.com/faq/view.jsp?EID=1045412>
>
> Best Regards
> Abhay Kumar
>