I have the following use case - There are two networks - internal network where the application server is deployed and has no internet access and external network that is accessible from internet but it cannot access the internal network. So the access looks something like this:
internet <---> external network <---- internal network <----> web application server
What I need is a way to be able to process user requests coming from internet in the web application server. Is there a ready solution for this problem?