Java Servlet caputirng other servlet response

lozina

Lifer
Sep 10, 2001
11,711
8
81
I need to have a Servlet call another servlet passing the same Request as the one this one got called with. The trick is I also need to change this Request's method from a POST to a GET. Then I need to read the results into a Stream.

Any quick way to do this? Specifically if I can find out how to change an existing request object's method I'd be all set.