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 paramters to a URL?

Probably it's not in the archives, since it's not a Tomcat-related
question.

Anyways, if you're inside a webapp (another servlet in the same
context), use RequestDispatcher.forward(); if it's a remote URL, use
sendRedirect. POST data should be resent too.

Un saludo,

Alex.

Reply via email to