Hi, as far as I remember, HtmlUnit has support for NTLM authentification. Have you tried to configure it directly with a Groovy step?
Cheers, Marc. -- Blog: http://mguillem.wordpress.com Hesteric Roman - Together SK wrote: > Hi! > > We switched HTTP authentication in our web application to JCIFS. > > [ http://jcifs.samba.org/src/docs/ntlmhttpauth.html ], > [ http://jcifs.samba.org/src/docs/ntlmhttpauth.html ] ... > > From this time our tests scripts cannot log to web-application > [HTTP error 401]. We can change authentication to "BASIC" - with login > window - and webtests run well, but some parts of our application > require JCIFS ... > > Any ideas, how can we solve it? > > Regards, > Roman Hesteric > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

