Re: Which URI should be persistent when redirects are used?

As the different "representations" are served from different URIs,  
which we can discover, can I assume that a web document can be both a  
"resource" and a "representation" at the same time?

An if this is the case, can we therefore conclude, by your  
instruction, that same document has two URIs, i.e. that URI aliasing  
is a necessary consequence of content negotiation?

-Alan

On Sep 29, 2007, at 5:20 AM, Xiaoshu Wang wrote:

>
> Misha,
>> And what about content negotiation?  The requestor's original URI  
>> could be redirected to different URIs depending on MIME Type and  
>> Language.
>>
> Content negotiation don't change the URI.  The server returns  
> different representations for a particular request depending on the  
> MIME type and q score, but all the representation is under the same  
> URI.
>
> Xiaoshu
>

Received on Saturday, 29 September 2007 13:06:05 UTC