Re: new MIME Header element

Steve Putz <putz@parc.xerox.com>
Errors-To: listmaster@www0.cern.ch
Date: Fri, 10 Jun 1994 18:08:21 +0200
Errors-To: listmaster@www0.cern.ch
Message-id: <94Jun10.090257pdt.2445@spoggles.parc.xerox.com>
Errors-To: listmaster@www0.cern.ch
Reply-To: putz@parc.xerox.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Steve Putz <putz@parc.xerox.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: new MIME Header element 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Mailer: exmh version 1.4eta 6/9/94
X-Mailer: exmh version 1.4eta 6/9/94
Is it too late to consider changing the HTTP protocol to allow a full URL
in GET requests?  In retrospect it seems a mistake to have GET just pass
the URL fragment following the host name part.  As long as we are having
URLs stand in for URNs (which we are) then we should pass them around
complete.  Then we would have requests like:

	GET http://host.domain/docid HTTP/1.0

(or maybe GET http://host.domain/docid HTTP/2.0
       or GETURL http://host.domain/docid HTTP/1.0)
rather than:

	GET /docid HTTP/1.0

In addition to allowing easier merging of servers, this would also make 
accessing a proxy server use the same protocol as accessing a regular
server.

We can upgrade most of the servers before modifying the clients to send
full URL requests.  This would be also good practice for the change that
will be required when we eventually start using real URNs.


>Markus Stumpf wrote:
>> How about a MIME-header element Server-Name: ?

Tony Sanders wrote:
>Not really needed.  Just assign different IP addresses to the different
>names and have the server discriminate on that.  I already do this.

Most people don't want to muck with reconfiguring their system
to have alias IP addresses.  I know I don't, and neither do our
local system administrators.

Steve Putz
Xerox PARC