We ahve a web server and a seperate(physically) app server.Because of security reasons we are not able to directly allow the web server to post the request to App server.So we thought of some what reverse polling where app server will poll the web server for any requests.
Can anybody give an idea of how to go about implementing this?
-
Secure Transaction between Web seervers and Appa server (1 messages)
- Posted by: Vinaydath Shivaprasad
- Posted on: March 18 2003 00:01 EST
Threaded Messages (1)
- Secure Transaction between Web seervers and Appa server by Lasse Koskela on March 18 2003 02:45 EST
-
Secure Transaction between Web seervers and Appa server[ Go to top ]
- Posted by: Lasse Koskela
- Posted on: March 18 2003 02:45 EST
- in response to Vinaydath Shivaprasad
...app server will poll the web server for any requests.
Sounds like a nightmare. What are these "security reasons" you referred to?