Forward HttpServletRequest to a different server

前端 未结 5 1603
星月不相逢
星月不相逢 2021-01-31 15:24

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.

What would be

5条回答
  •  清酒与你
    2021-01-31 16:08

    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.

提交回复
热议问题