icm/HTTP/user_agent_is_browser : Regular expression to detect a browser by parsing the user-agent header field

Short text

Regular expression to detect a browser by parsing the user-agent header field.

Parameter Description

If the user-agent header field of an HTTP request fulfills the specified regular expression, the server then assumes that the request was sent from a browser. This can affect further processing.

If no value is specified (empty string), the user-agent header field will not have a value.

Application Area

ICM

Parameter Unit

The parameter value is empty or is a regular expression.

Default Value

^(Mozilla|Opera|Eclipse)

You May Also Like

Leave a Reply?