[Http-webtest-general] Temporary redirect and POST don't work together
Brought to you by:
m_ilya,
richardanderson
From: Thieme.Geoff <Geo...@we...> - 2003-10-01 21:09:41
|
Ilya, I noticed that a temporary redirect (HTTP status code 302) and a POST don't work together using WebTest 2.04. The error I get is "Expected '200' and got: 408 Request Timeout". Using an old version of WebTest (1.07), I got the message "Return Code: 302 Moved Temporarily (0 bytes)". When I switch the POST to a GET everything works, but my user name and password are displayed in the web logs. Would you be willing to make a change to WebTest to allow 302 redirects inside a POST HTTP request? Richard Anderson made this change for me in an unofficial WebTest 1.x release, so I think it is possible. But then again, I don't know how your new code rewrite is structured. I also noticed that the archives for this list don't work. http://sourceforge.net/mailarchive/forum.php?forum=http-webtest-general says: ERROR Either your mailing list name was misspelled or your mailing list has not been archived yet. If this list has just been created, please retry in 2-4 hours I CCed your address on this email just incase there is a problem with the list. Thanks, Geoff |