I have a legacy client application that supports HTTP/1 protocol only.
Some of the servers accessed by this application no longer support the HTTP/1 protocol because they migrated to the HTTP/2 protocol.
Is it possible to translate the requests made from a client HTTP/1 to a server HTTP/2 using a proxy application such as NGINX?