Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロキシ サーバー (JAX-RS) があり、一部の要求を他のサーバーに転送したいと考えています。元の Request を取得して、そこからすべてのヘッダーとデータを取得し、HttpURLConnection を 1 つずつ設定することでそれを行うことができますが、効率的ではないと思います。
する方法はありますか
また
RequestDispatcher.forward(request) または sendredirect() メソッドの何が問題になっていますか?