Re: #421: Mixed Schemes

On Apr 1, 2014, at 5:43 PM, Mark Nottingham wrote:

> Is the specific problem you're pointing out to do with the phrase "the semantics of requests for non-HTTP schemes is not defined in this document"?
> 
> The text you mention is quite brief, and doesn't define any requirements for handling other schemes (or not); it's just a very high-level state of intent regarding the protocol's capabilities -- not a constraint.

The whole paragraph seems confused to me.  The semantics of a request
are defined by the request method and header fields.  The URI specifically
has no request semantics.  The comment assumes that http and https are
the only relevant schemes, which just plain ignores the proxy use case
described in HTTP/1.1.  1.1 doesn't need special requirements for that,
since support for non-http(s) schemes is inherent to the interface
provided by HTTP for absolute URIs.

....Roy

Received on Wednesday, 2 April 2014 12:58:00 UTC