Is there any way to use like nginx, mod_proxy, haproxy or anything similar to have it proxy requests to two different webservers in parallel?
I have one server that's like a current active, and one that's a "new" and I want to make sure the "new" one works the same as the current "active" one before switching over. So, the proxy should send all requests to both and then ignore replies from the "new" one.