usefor-article-10 April 2003
[< Prev]
[TOC] [ Next >]
6.18. User-Agent
The User-Agent-header contains information about the user agent
(typically a newsreader) generating the article, for statistical
purposes and tracing of standards violations to specific software
needing correction. Although not one of the mandatory headers,
posting agents SHOULD normally include it. It is also intended that
this header be suitable for use in Email.
header =/ User-Agent-header
User-Agent-header = "User-Agent" ":" SP User-Agent-content
*( ";" extension-parameter )
User-Agent-content = product *( CFWS product )
product = [CFWS] token [CFWS] [ "/" product-version ]
product-version = [CFWS] token [CFWS]
This header MAY contain multiple product-tokens identifying the agent
and any subproducts which form a significant part of the posting
agent, listed in order of their significance for identifying the
application. Product-tokens should be short and to the point - they
MUST NOT be used for information beyond the canonical name of the
product and its version. Injecting agents MAY include product
information for themselves (such as "INN/1.7.2"), but relaying and
serving agents MUST NOT generate or modify this header to list
themselves.
NOTE: Minor variations from [RFC 2616] which describes a similar
facility for the HTTP protocol:
1. "{" and "}" are allowed in a token (product and product-
version) in Netnews,
2. Comments are permitted wherever whitespace is allowed.
NOTE: Comments should be restricted to information regarding the
product named to their left, such as its full name or platform
information, and should be concise. Use as an advertising medium
(in the mundane sense) is discouraged.
[< Prev]
[TOC] [ Next >]
#Diff to first older
--- ../usefor-article-09/User-Agent.out February 2003
+++ ../usefor-article-10/User-Agent.out April 2003
@@ -24,13 +24,6 @@
serving agents MUST NOT generate or modify this header to list
themselves.
- NOTE: A product, being composed of a token, can contain only
- US-ASCII characters. Where the full name of an agent is
- expressed in a language requiring non-ASCII characters, it is
- suggested that an arbitrary (but easily recognizable) US_ASCII
- token be provided, followed by the full name in the form of a
- comment.
-
NOTE: Minor variations from [RFC 2616] which describes a similar
facility for the HTTP protocol: