Forum Moderators: phranque

Message Too Old, No Replies

How to forward a request from local Apache2 WebServer to outside

Request Redirection or Forward

         

abhijitS

12:28 pm on Jun 18, 2014 (gmt 0)

10+ Year Member



Hi,

As I'm very new to Web-Server, not able to manage one scenario ( may be very easy and simple). Need help to know the appropriate configuration

Let me explain the scenario.

Hosted one Web-Service Consuming application in one Application Server ( Tomcat ) which is not exposed to the internet.
On top of that Application Server there has a Web Server ( Apache 2.2) which is exposed to the internet

From our Web-Service Consuming application need to invoke a third party Web Service which is hosted on some other Domain/Network.

So what I am trying to do is, want to redirect/forward the request from our web-Server to the third party server and get the service related output.

phranque

8:40 pm on Jun 18, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, abhijits!


I think you are looking for a proxy server solution.

abhijitS

5:05 am on Jun 19, 2014 (gmt 0)

10+ Year Member



yes correct. looking for proxy server solution.