Im in the process of implementing a RFC 7239 compatible forwarded
header in an internal reverse proxy. In brief, the specification states that the values of the host and by components should be as follows:
host
- the value of the host header as received by the proxyby
- the user agent facing interface of the proxy
Whats the difference between these two? If i have a proxy server facing the internet on the address http://myexampleserver.com
, as i understand it both host and by would have the same value?