getUserAgent()

The RUILib.getUserAgent() system function provides access to the value of the HTTP header HTTP_USER_AGENT, which is sent by the user's browser while an application is invoked. This value is useful if you need to write CODE that varies by browser type or version.

Syntax

  result STRING = RUILib.getUserAgent()
result
The HTTP_USER_AGENT value that is sent by the user's browser.

Feedback