[Http-webtest-general] Re: WebTest Perl Module
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ma...> - 2002-07-10 16:39:33
|
>>>>> On Wed, 10 Jul 2002 11:22:52 -0500, "Kirby, David" <Dav...@NM...> said: DK> Ilya, Hi Kirby, Please post questions about HTTP-WebTest on its maillist so others can benefit from answers. DK> I'm wanting to use your WebTest script to test a WAP website and DK> was wondering if your script would support giving the remote DK> website a non-standard User-Agent string (i.e. text/vnd.wap.wml) DK> for WAP? If you use development version of HTTP-WebTest (avialable from http://martynov.org/tgz/HTTP-WebTest-1.99_07.tar.gz) you can set User-Agent string with test parameter 'user_agent'. Also you can set any other HTTP header in test request using test parameter 'http_headers'. BTW are you sure that you need to set User-Agent header? Usually it is not used to indicate requested content type. IIRC header Accept can be used for this purpose. -- Ilya Martynov (http://martynov.org/) |