[tclwebtest] Form submittal and http_auth problem
Status: Abandoned
Brought to you by:
tils
From: Molek, G. <GM...@ze...> - 2003-07-25 16:03:19
|
Ok, here's another issue I just hit. If I have a password protected web page, I can use http_auth to set the login and password and I'll get an initial 401 error, and tclwebtest will retry with the authentication data and the page will load. So far so good. However, if I have a form on that page and try to post the form, the post will generate a 401 error, but tclwebtest doesn't re-post the form with the authentication data, but rather does a "get" of the data which results in a 404 error. Gordon Molek |