From: <th...@cy...> - 2002-09-23 13:29:38
|
Hi, I encountered another problem with HtmUnit, which seems to be a little tricky. In our app we use lots of redirects. So after submitting a form the page containing the form will redirect to the next page (after checking submitted form-parameters). In HtmlUnit the submit of the form-parameters via is POST is correct. But when it tries to follow the redirect, it somehow converts the POST parameters into GET parameters and appends them to the URL-string. That's not right behavior and our application can't handle that. Is there a possibility to switch that off or does anyone know a workaround? Let me know if there isn't, so that I can open a new feature request. Thanks, Thomas Bartz |