- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 07:34 AM
Is there any way to get client browser info before they log in, I know that there is the gs.getsession() which contains a method to obtain the client ip address, but I was wondering if I could figure out whether someone was connecting with chrome on android, or edge on windows, etc.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 07:57 AM
You could pretty easily redirect them to a custom public ui page that does that. Just pass in some parameters to the url and use some client side javascript to detect their browser version and redirect them.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 07:43 AM
You might be able to do something through a custom login page or global ui script. That being said, could you share a little more about what you're looking to accomplish overall? Maybe there's a different way to go about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 07:48 AM
I have an email template that goes out and contains links to allow users to "update", "view", "chat", and "customize notification settings, currently we have no mobile site set up, but I was hoping to make a page that gets the clients platform and directs them either to the standard desktop site, or the respectable app url (for android and IOS).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 07:57 AM
You could pretty easily redirect them to a custom public ui page that does that. Just pass in some parameters to the url and use some client side javascript to detect their browser version and redirect them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2016 08:19 AM
thats exactly what i wanted to do, do you by chance know what function id use?