Hi, I read on the mailing list about webtest supporting NTLM
authentication. Now I tried it with an IIS web service using "Integrated
Windows Authentication" for access control, which seems to be NTLM
Authentication - right?

Where do I set username and password in my test scripts?

I supplied it to the invoke step, although the manual says the <invoke>
step supports username and password only for basic authentication.

<invoke url="/" username="user123" password="pass123" />

But the resulting page shows:
"You do not have permission to view this directory or page using the
credentials that you supplied because your Web browser is sending a
WWW-Authenticate header field that the Web server is not configured to
accept."

The web server is configured to only accept "Integrated Windows
Authentication".

Greetings,
Jochen Zoth
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to