sendRedirect using POST

2001-05-23 Thread Glyn Walters
Hi Looking through the archives I could not see if this was resolved by anybody. I am trying to use a servlet that is posted user authentication data to post the data back to a redirect url. Is it possible to use sendRedirect or another technique to POST the return paramters to a URL? Thanks

sendRedirect using POST

2001-05-23 Thread Glyn Walters
Hi Looking through the archives I could not see if this was resolved by anybody. I am trying to use a servlet that is posted user authentication data to post the data back to a redirect url. Is it possible to use sendRedirect or another technique to POST the return paramters to a URL? Thanks

Re: sendRedirect using POST

2001-05-23 Thread Alex Fernández
Hi Glyn! Glyn Walters wrote: Looking through the archives I could not see if this was resolved by anybody. I am trying to use a servlet that is posted user authentication data to post the data back to a redirect url. Is it possible to use sendRedirect or another technique to POST the return

Re: sendRedirect using POST

2001-05-23 Thread Arnaud Dostes - NTI
I never resolved it... you can workaround it using an intermediate javascript page, but avoid it. You can use headers. - Original Message - From: Glyn Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 12:41 PM Subject: sendRedirect using POST Hi Looking

RE: sendRedirect using POST

2001-05-23 Thread Glyn Walters
: sendRedirect using POST I never resolved it... you can workaround it using an intermediate javascript page, but avoid it. You can use headers. - Original Message - From: Glyn Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 12:41 PM Subject: sendRedirect