Jan Algermissen wrote:
Hi,
do you think it is desired/appropriate behaviour for an Atom server to
redirect from a media entry to the media resource when a client does a
GET request with the Accept header *not* containing application/atom+xml?
Not really. 406 Not Acceptable.
What if the Accept header in does not include application/atom+xml but
does include a type that matches the actial type of the media resource?
Maybe you can send back 300 Multiple Choices (but does anyone actually
use this?)
cheers
Bill