TSRef - TypoScript Reference

4.1.5. useragent

Syntax:

  [useragent= agent]

 

Values and comparison:

This is a direct match on the useragent string from getenv("HTTP_USER_AGENT")

You have the options of putting a "*" at the beginning and/or end of the value agent thereby matching with this wildcard!

Examples:

If the HTTP_USER_AGENT is "Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT)" this will match with it:

      [useragent = Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT)]

 

This will also match with it:

      [useragent = *Lotus-Notes*]

 

... but this will also match with a useragent like this: "Lotus-Notes/4.5 ( Windows-NT )"

A short list of user-agent strings and a proper match:

HTTP_USER_AGENT:

Agent description:

Matching condition:

Nokia7110/1.0+(04.77)

Nokia 7110 WAP phone

[useragent= Nokia7110*]

Lotus-Notes/4.5 ( Windows-NT )

Lotus-Notes browser

[useragent= Lotus-Notes*]

Mozilla/3.0 (compatible; AvantGo 3.2)

AvantGo browser

[useragent= *AvantGo*]

Mozilla/3.0 (compatible; WebCapture 1.0; Auto; Windows)

Adobe Acrobat 4.0

[useragent= *WebCapture*]

 

WAP-agents:

This is some of the known WAP agents:

HTTP_USER_AGENT

HTTP_USER_AGENT (continued)

ALAV UP/4.0.7

Alcatel-BE3/1.0 UP/4.0.6c

AUR PALM WAPPER

Device V1.12

EricssonR320/R1A

fetchpage.cgi/0.53

Java1.1.8

Java1.2.2

m-crawler/1.0 WAP

Materna-WAPPreview/1.1.3

MC218 2.0 WAP1.1

Mitsu/1.1.A

MOT-CB/0.0.19 UP/4.0.5j

MOT-CB/0.0.21 UP/4.0.5m

Nokia-WAP-Toolkit/1.2

Nokia-WAP-Toolkit/1.3beta

Nokia7110/1.0 ()

Nokia7110/1.0 (04.67)

Nokia7110/1.0 (04.67)

Nokia7110/1.0 (04.69)

Nokia7110/1.0 (04.70)

Nokia7110/1.0 (04.71)

Nokia7110/1.0 (04.73)

Nokia7110/1.0 (04.74)

Nokia7110/1.0 (04.76)

Nokia7110/1.0 (04.77)

Nokia7110/1.0 (04.80)

Nokia7110/1.0 (30.05)

Nokia7110/1.0

PLM's WapBrowser

QWAPPER/1.0

R380 2.0 WAP1.1

SIE-IC35/1.0

SIE-P35/1.0 UP/4.1.2a

SIE-P35/1.0 UP/4.1.2a

UP.Browser/3.01-IG01

UP.Browser/3.01-QC31

UP.Browser/3.02-MC01

UP.Browser/3.02-SY01

UP.Browser/3.1-UPG1

UP.Browser/4.1.2a-XXXX

UPG1 UP/4.0.7

Wapalizer/1.0

Wapalizer/1.1

WapIDE-SDK/2.0; (R320s (Arial))

WAPJAG Virtual WAP

WAPJAG Virtual WAP

WAPman Version 1.1 beta:Build W2000020401

WAPman Version 1.1

Waptor 1.0

WapView 0.00

WapView 0.20371

WapView 0.28

WapView 0.37

WapView 0.46

WapView 0.47

WinWAP 2.2 WML 1.1

wmlb

YourWap/0.91

YourWap/1.16

Zetor

 


Valid XHTML 1.0!