8 messages in com.canoo.lists.webtestRe: [Webtest] Authorization
FromSent OnAttachments
Wang, Lisong30 Dec 2003 13:08 
Tate Austin06 Jan 2004 09:53 
Jan Schroeder06 Jan 2004 10:32 
Tate Austin06 Jan 2004 11:11 
Jan Schroeder06 Jan 2004 12:36 
Tate Austin07 Jan 2004 06:35 
Marc Guillemot09 Jan 2004 03:02 
Wang, Lisong09 Jan 2004 07:20 
Subject:Re: [Webtest] Authorization
From:Tate Austin (tate@graysail.com)
Date:01/06/2004 11:11:03 AM
List:com.canoo.lists.webtest

that should work but for some reason canoo still pitches an error. If I do that in a browser everything is fine, but somehow canoo still sniffs the page as needing authorization and throws an exception it seems. That is useful information though, thanks.

----- Original Message ----- From: "Jan Schroeder" <jan-@gmx.net> To: <webt@gate2.canoo.com> Sent: Tuesday, January 06, 2004 1:33 PM Subject: Re: [Webtest] Authorization

Just prepend username:password@ before the server name. For instance if the page 'http://myServer.com/someProtectedPage.html' causes the gray pop up box to come up (this means it is protected using BASIC authentication), send a request like http://myUserName:myPassword@myServer.com@

hope this helps.

Jan Tate Austin wrote:

Hello everyone, I was wondering if any of you have had experience with authorization and canoo? The situation is that I have a page I have a login and password setup in such a way that a box pops up for the user to submit their username and password. I sort of assumed this is a common scenario and that canoo has a means of submitting information to one of these boxes?