Re: [Http-webtest-general] Redirects do not send cookies
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ip...> - 2003-07-03 11:26:02
|
>>>>> "WM" == William McKee <wi...@kn...> writes: WM> I am having a problem with a redirect while doing my webtesting. It WM> appears the WebTest is not resending cookies when it is doing a WM> redirect. This does not appear to be the typical behavior of web WM> browsers as they work fine with my website. Can anyone confirm this WM> behavior? Is this correct behavior for a web client? WebTest should send cookies in redirects. I even added a new test case to its test suite to verify it and it passes on my computer. On the other hand WebTest depends on LWP to send cookies correctly so it might be a bug in the version of LWP you have. Try to upgrade LWP. Also you can try to take CVS version of WebTest and run its 'make test' - if your local setup has problem it should catch it. -- 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 |