Node & Express application to proxy HTTP requests – simply forwarding the response to the original caller
The requirement is simple: a Node JS application that receives HTTP requests and forwards (some of) them to other hosts and subsequently the returns the responses it receives to …