Hi,

http digest auth is supported, but it is sent only when requested by the server (ie server sending a 401). Is it possible that your server doesn't answer correctly when credentials are missing?

As a workaround, you can set the authentication header "manually".

Cheers,
Marc.
--
Blog: http://mguillem.wordpress.com

manuel aldana wrote:
Hi,

I am evaluating webtest against soapui to test a RESTful api.

Shootout criteria is support for http auth digest. Unfortunately I cannot get it working on webtest:
===
invoke(url:"/resource", username:"username",password:"password",description: "foo")

I guess webtest doesn't support http auth digest yet? I was hoping it was analysing the Authentication header response from the server and reacting (either use basic or digest).

Or is there another config file where I can do some authentication settings?


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

Reply via email to