Hi, I need a solution for forwarding a single HTTP request to multiple backend servers using the Nginx API gateway.
Ex:-
A client sends an HTTP request with some data in the request body.
Nginx API gateway receives the request.
I want to write a logic to modify the HTTP request header before forwarding it to multiple servers.
(Note: I want to forward the same HTTP request to multiple servers but each request should have a different header)