987
Views
3
Comments
Solved
Browser Detection
Question

In my application i want to store the name of the browser in which the application is logged in.How to get the browser name in outsystems web? Is there any built in function or server actions available.. Please advice

2018-07-11 08-35-50
Rui Mendes
Solution

Hi Saravanan Santhanam 


If you are using OutSystems UI Web , you can use the GetBrowser server action to do so, directly.

If using Silk UI Web, the GetCssGlobalContext action can provide the information you need, but you are required to manipulate the results in order to save the field for the browser

For other implementations, you can use the GetUserAgent action from the HTTPRequestHandler extension.

2023-04-06 11-24-23
Paulo Zacarias

Hello Saravanan, 

Please take a look at this post that as some references for what you are trying to do.

Best Regards

2018-07-11 08-35-50
Rui Mendes
Solution

Hi Saravanan Santhanam 


If you are using OutSystems UI Web , you can use the GetBrowser server action to do so, directly.

If using Silk UI Web, the GetCssGlobalContext action can provide the information you need, but you are required to manipulate the results in order to save the field for the browser

For other implementations, you can use the GetUserAgent action from the HTTPRequestHandler extension.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.