I want to know one thing that is it possible for the NGINX to return the response of one upstream server to another upstream.
I need this as when a request is received I want to get it validated from one upstream server, and if validated then only let the NGINX forward that request to the second upstream server which hosts the main processing engine. And once processed by the second server, it replies back with HTTP response.