Re: Question re. OPTIONS, ALLOW

> According to the HTTP/1.1 draft spec, proxy servers must
> strip unrecognized "Options" and "Public" header fields,
> but must pass "Allow" headers unaltered. 
> ...
> 
> Doesnt the other-means-of-communication argument used for Allow
> apply to the other two as well?

No, because Allow refers to the allowed methods of a particular resource
and the others refer to the capabilities of the application on the
server end of the client's immediate connection.  Therefore, Allow is
independent of the means of communication (the intermediaries involved),
whereas OPTIONS and Public refer to the capabilities of the currently
communicating neighbor.

 ...Roy T. Fielding
    Department of Information & Computer Science    (fielding@ics.uci.edu)
    University of California, Irvine, CA 92717-3425    fax:+1(714)824-4056
    http://www.ics.uci.edu/~fielding/

Received on Thursday, 29 February 1996 01:39:28 UTC