Re: 301/302

Larry Masinter (masinter@parc.xerox.com)
Wed, 30 Jul 1997 08:35:32 PDT


Why, you could have different configuration directives, so that
.cgi files would be HTTP/1.0 and .cgi11 files would be HTTP/1.1,
or .asp would be HTTP/1.0 and .asq would be HTTP/1.1, etc.

It's easy for servers to have a mechanism for determining if
a script is 1.0 or 1.1.

Larry