I started with a new company a few months ago as a software developer. Normally I am doing software development related stuff but because the previous System Admin left the company I've become the resident "IT Guy".
I'm trying to figure out how our network infrastructure fits together and I don't understand a specific interaction between our reverse proxy and our backend webservers. I know that if I type in the backend webserver URL directly (for instance www.backendServer.com/myApp) the name doesn't resolve. But if I type in the proxy URL (for instance www.proxy.com/myApp) that of course does it's job.
How does the backend web server (www.backendserver.com) refuse any sort of connection unless it comes from the proxy?