> Im validating the credentials sent by the IE(Step 3 to Step 6). > Successfully got the username and domain name.
OK so if I understand you correctly, you are completing step 6 of the NTLM authentication and have returned a HTTP 200 back to IE? > Then I will display a form to user in which his name and domain name is > filled. > user have to fill the remaining entries and submit it. > when i try to submit a form, Its data is not received in the subsequent > pages. So if I assume that the NTLM auth is complete, then the problem is with some HTTP request on your own servlet. I think from your previous mail, the HTML is using a HTTP POST? If so are any of the values being sent to the servlet? (are you using a servlets ). Might be better if you post the servlet code here so I can have a look OK! -lp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
