HomeOutSystemsHow to Get the UserAgent in OutSystems Web Application ?

How to Get the UserAgent in OutSystems Web Application ?

When working with the API’s in Outsystems , there are times when you might want to transfer the UserAgent from your Web Application. You can easily retreive the UserAgent from your Web Application developed with OutSystems using the GetUserAgent() method defined in the Environment .

How to Get the UserAgent in OutSystems Web Application ?

How to Get the UserAgent in OutSystems Web Application ?
How to Get the UserAgent in OutSystems Web Application ?

The GetUserAgent() returns the user agent, as indicated by the header of the HTTP message.

Output :

How to Get the UserAgent in OutSystems Web Application ?
How to Get the UserAgent in OutSystems Web Application ?

Leave a Reply

You May Also Like

Outsystems provides plenty of built-in date functions and one such function is the DateTimeToDate function used to convert DateTime to...
There are times when you want to check if a string exists in another string when working with the OutSystems...