|
I'm building a reverse proxy, and would like to pass on the request host to the downstream server. |
Answered by
g2p
Feb 12, 2021
Replies: 1 comment
|
Oh, my bad: req.uri().authority() is set in HTTP/2. That's all I need! |
0 replies
Answer selected by
g2p
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, my bad: req.uri().authority() is set in HTTP/2. That's all I need!