You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/03/15 19:17:37 UTC

content negotiation

Robert, would it be possible to extend your system to take other
HTTP fields into account, e.g. Accept-language:   and  User-agent:   ?

One possibility is to name the map file according to the header being
considered, eg.

map.accept
map.user_agent

?

or even

map.accept.2
map.accept_language.0
map.user_agent.1


To force the User-agent mapping to be considered before Accept:, but
after Accept-Language:



robh