NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
Howdy people, I´m a newbie in Servlet programming and I need to develop a code to run in a Ms IIS Webserver (the code needs authenticate in the IIS using the NTLM authentication protocol). I found a code that will authenticate me but I have not success for this. I downloaded the

Re: NTLM authenticity problem

2004-03-12 Thread Ortwin Glück
Get HttpClient from here: http://jakarta.apache.org/commons/httpclient/downloads.html Make sure you put the jar file on your classpath. Ortwin Glück Marcelo Muzilli (IG) wrote: Howdy people, I´m a newbie in Servlet programming and I need to develop a code to run in a Ms IIS Webserver (the

RES: NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
HttpClient Project Assunto: Re: NTLM authenticity problem Get HttpClient from here: http://jakarta.apache.org/commons/httpclient/downloads.html Make sure you put the jar file on your classpath. Ortwin Glück Marcelo Muzilli (IG) wrote: Howdy people, I´m a newbie in Servlet programming

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
: Commons HttpClient Project Assunto: Re: NTLM authenticity problem Get HttpClient from here: http://jakarta.apache.org/commons/httpclient/downloads.html Make sure you put the jar file on your classpath. Ortwin Glück Marcelo Muzilli (IG) wrote: Howdy people, I´m a newbie in Servlet

RES: NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
Project Assunto: RE: NTLM authenticity problem Marcelo, AuthPolicy has been introduced in the development (post 2.0) version of HttpClient which is currently in pre alpha development stage. It is not present in the 2.0 (stable) version. AlternateAuthenticationExample.java is not intended

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
HttpClient Project' Subject: RES: NTLM authenticity problem Thank you Oleg for your quick response. But about my code. I will have to use what class to authenticate me in the NTLM? TIA, Marcelo -Mensagem original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira

RES: NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem Have a look at the following document. If it does not help you to get started, get back to me http://jakarta.apache.org/commons/httpclient/authentication.html Oleg -Original Message- From: Marcelo Muzilli (IG) [mailto

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
Oleg -Original Message- From: Marcelo Muzilli (IG) [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 16:00 To: 'Commons HttpClient Project' Subject: RES: NTLM authenticity problem I readed the page inside the link below. I will explain in a feel lines my software. I have 02

RES: NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
UsernamePasswordCredentials(username, password) ); ... The IP number is my IIS Webserver. Marcelo Muzilli -Mensagem original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 12 de março de 2004 13:17 Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem

RE: NTLM authenticity problem

2004-03-12 Thread Kalnichevski, Oleg
' is the IIS host name 'domain' is the domain the IIS host belongs to Oleg -Original Message- From: Marcelo Muzilli (IG) [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 17:27 To: 'Commons HttpClient Project' Subject: RES: NTLM authenticity problem Importance: High Oleg

RES: NTLM authenticity problem

2004-03-12 Thread Marcelo Muzilli \(IG\)
Thank you!!! It´s working now. Marcelo -Mensagem original- De: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 12 de março de 2004 13:33 Para: Commons HttpClient Project Assunto: RE: NTLM authenticity problem Almost... client.getState