Well Marc can give best advice here but he is currently not available. Unless it's terribly urgent, I propose to wait until he is back. This will be in roughly a week.
cheers Mittie > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Craig Copeland > Sent: Freitag, 14. Juli 2006 22:11 > To: [email protected] > Subject: [Webtest] Is there an option in htmlunit or webtest to allow > HTTP 302 to be treated as 303? > > > Sure. No problem. It's just a submit call: > function submitFormToMethod(form, method) { > form.method.value = method; > form.submit(); > } > > Also, I've found a note in the htmlunit message lists that may be > of some help > posted by Marc Guillemot. (See below.) It seems that if the same URL is > returned, then the code bails out, which is reasonable in order to avoid > infinite redirects. However, as Marc suggests maybe a counter would be > appropriate to avoid this instead of being quite so literal. I > wonder if this > has been pushed to a bug yet. > > http://sourceforge.net/mailarchive/message.php?msg_id=14381525 > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

