Content

Page tree

D-SERIES

Web User Interface 

N/A

Phone User Interface

N/A

Firmware

8.7.5

XML Configuration

<http_user_agent_string perm="PERMISSIONFLAGS">VALIDVALUE</http_user_agent_string>

Description

The contents of this setting is used for the User-Agent header in HTTP requests sent by the phone. By using substitution, the content of other (system) settings can give a hint about the hardware in provisioning requests (see DEFAULTVALUE for syntax).

Valid Values

any string that complies with User-Agent header syntax (see RFC 2616).
As shown in the default value, the initial !  (for V8.7.5) or !!$(::)!!  (for V8.9.3) indicate that the values enclosed with $(  and )  are settings and will be substituted by their values

Default Value

  • V8.7.5:

    !User-Agent: Mozilla/4.0 (compatible; $(firmware_version) $(uboot_version) $(mac))
  • V8.9.3:

    !!$(::)!!User-Agent: Mozilla/4.0 (compatible; $(firmware_version) $(uboot_version) $(mac) SXM:$(sxm_count) UXM:$(uxm_count))
  • V10.1.62:

    !!$(::)!!User-Agent: Mozilla/4.0 (compatible; $(firmware_version) $(uboot_version) $(mac) SXM:$(sxm_count) UXM:$(uxm_count) UXMC:$(uxm_color_count))