I got a HttpServletRequest request in my Spring Servlet which I would like to forward AS-IS (i.e. GET or POST content) to a different server.
HttpServletRequest
What would be
If you are forced to use spring, please check the rest template method exchange to proxy requests to a third party service.
Here you can find a working example.