1 message in com.canoo.lists.webtest[Webtest] Pb with tag <header name="u...
FromSent OnAttachments
Marc Guillemot07 Feb 2003 08:09 
Subject:[Webtest] Pb with tag <header name="user-agent" value=".."/>
From:Marc Guillemot (mgui@yahoo.fr)
Date:02/07/2003 08:09:45 AM
List:com.canoo.lists.webtest

Hi again,

I try to set the User-Agent header as explained in the doc:

<config host="${config.host}" port="${config.port}" protocol="${config.protocol}" basepath="${config.basepath}" verbose="${config.verbose}" resultpath="${config.resultpath}" summary="${config.summary}" saveresponse="${config.saveresponse}"> <header name="user-agent" value="Mozilla/4.0 (compatible; MSIE 5.5; Windows 2000)"/> </config>

but on the server I can read "httpunit/1.4" as User-Agent header.

Do I misunderstand something? Does this tag really function?

Marc.