You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@liege.ICS.UCI.EDU> on 1996/11/18 04:05:55 UTC

Re: proxy not sending "Via:" header..?

> I've not done this for the privacy reason. The User-Agent: approach is
> deprecated. I'll have to ask for opinions on whether to put Via:
> header in, though. My thought has been to be as transparent as possible
> with the proxy. HTTP 1.1 no doubt has something to say about this.

HTTP/1.1 requires that Via be sent by proxies.  If privacy is a concern,
the actual hostname of the proxy can be replaced by a unique pseudonym,
but that should be a configurable option.  I would like to see this
implemented by the proxy, even with its current HTTP/1.0 status, since
being too transparent will lead to transparent infinite loops in the
request chain and a raft of misidentified bug reports.

......Roy