Re: Content Negociation: State of the art ?

The work on content negotiation and feature negotiation is active in
the HTTP working group (http-wg@cuckoo.hpl.hp.com). There's a draft by
Andy Mutz and Koen Holtmann, and comments on their draft would be
appreciated.

# For us, content negociation deals mainly with terminal capabilities
# (screen size, color vs B&W, memory, ... and client capabilities) but
# also with connection capabilities (bandwidth, reliability, delay).

While it seems reasonable for the client to tell the server about its
capabilities (screen size, color vs. B&W) and thse are things we've
accounted for, some of the other items are more problematic:

Who knows 'bandwidth, reliability, delay'? This is neither a client
nor a server characteristic. It seems more likely for clients to
provide some hint about their preferences and the server to judge, or
else to allow transparent negotiation where the server identifies what
it has and the client picks.

Client memory limits seem like a real problem, too.

Larry

Received on Saturday, 9 November 1996 02:02:12 UTC