Re: [Http-webtest-general] speed problems - user agent problem?
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ip...> - 2003-07-14 07:55:29
|
>>>>> "T" == Terry <td...@ya...> writes: T> Hello, T> I am seeing some huge speed problems when hitting T> sites that do a browser check ( at least that is what T> I am seeing at this point ). I first thought it was T> an ssl issue but I can hit yahoo's ssl login site T> normally. I have tried playing with the user_agent T> parameter, for example: T> Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x T> 4.90; DigExt) T> Any other ideas? I can hit the page fine with lynx. T> It eventually gives me: If there is any problem it is lickely to be a problem in LWP (which is used by HTTP::WebTest internally). Can you access those sites directly via LWP? I.e. does simple script like perl -MLWP::Simple -e 'getprint "http://www.linpro.no/lwp/"' work with your site (example taken from 'perldoc lwpcook') ? -- Ilya Martynov, il...@ip... CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org |