AW: AW: [Webtest] NTML (integrated) Auth
Marc Guillemot
Marc Guillemot <mguillemot@yahoo.fr>
Fri, 19 Oct 2007 14:31:16 +0200
Hi,
can you switch log level to debug to see what HtmlUnit's
DefaultCredentialsProvider says?
Marc.
--
Blog: http://mguillem.wordpress.com
Rainer Worbis wrote:
> Hi,
>
> No, I did try:
> prov.addNTLMCredentials("user","passwd",null,-1,"hostname","domain");
> prov.addNTLMCredentials("user","passwd",null,-1," ","domain");
> prov.addNTLMCredentials("user","passwd",null,-1," ","");
> prov.addNTLMCredentials("user","passwd",null,-1,"hostname","");
> prov.addNTLMCredentials("domain\user","passwd",null,-1," ","");
> prov.addNTLMCredentials("domain\user","passwd",null,-1,"hostname","");
>
> none of the above did work:
>
> [invoke] <P><B>Description:</B> You are not authorized to view this page due to invalid authentication headers.
> [invoke] <P><B>Error Code:</B> 0x80070005
>
> Since I am running vista I tried it with in elevated mode and without - doesn't matter - doesn’t work.
>
> Thanks,
> Rainer
>
> -----Ursprüngliche Nachricht-----
> Von: webtest-admin@lists.canoo.com [mailto:webtest-admin@lists.canoo.com] Im Auftrag von Marc Guillemot
> Gesendet: Freitag, 19. Oktober 2007 12:10
> An: webtest@lists.canoo.com
> Betreff: Re: AW: [Webtest] NTML (integrated) Auth
>
> Hi Rainer,
>
> could you make it working?
>
> Cheers,
> Marc.