Previous Topic: User Agent Settings in the Server.conf

Next Topic: Virtual Host Settings in the server.conf File

Nokia User Agent Settings

You can specify a Nokia user agent type, which is for Nokia wireless phones. The name attribute for the <UserAgent> section is the name used to identify the user agent type when specifying session scheme mappings.

The Nokia user agent entry format would be as follows:

# Nokia
<UserAgent name="Nokia">
User-Agent="Nokia."
	attribute_name="value"
</UserAgent>

The directives for the Nokia user agent are as follows:

User-Agent

This directive contains the contents of the user agent header of an HTTP request. This header indicates the type of device making the request. You can use regular expressions and provide a partial name as part of the expression. This directive allows you to specify user agent types whose User-Agent header can possibly contain slight differences, such as version numbers.

Default: Nokia

attribute_name

The sections of the server.conf for wireless devices and other user agent types can possibly contain additional attributes and values for those attributes. Attributes are not required, but can possibly be desirable for some applications.