Re: draft-snell-http-prefer-17 feedback

>>>    Another option available to clients is to utilize Request URI query-
>>>    string parameters to express preferences.  Doing so, however, results
>>>    in a variety of issues affecting the cacheability of responses.
...
> If the intent is to retrieve:
>   http://example.com/foo
> with prefer: wait=5, then asking for
>   http://example.com/foo?wait=5
> will result in a cache entry against the latter URI, just as
>   http://example.com/foo?wait=3
> will create another cache entry that are all equally useless to the
> requester pulling down the "unmodified" URI.
>
> Any change needs to be aware of the strict interpretation, but make
> this implication obvious.

How about this:

OLD
Doing so, however, results in a variety of issues affecting the
cacheability of responses.

NEW
But any mechanism that alters the URI can have undesirable effects,
such as when caches record the altered URI.

Barry

Received on Tuesday, 4 December 2012 23:09:20 UTC