Looking to set up a Node server where users can request multiple pages from a static folder, and have the server inject a custom tag before serving them. Has anyone had success doing this? I've tried with http-proxy without success - not sure if a proxy is necessary or if there's a simpler way to intercept responses on static pages using basic http methods.