Forum Discussion

Narasimha_Rao_K's avatar
Narasimha_Rao_K
Icon for Nimbostratus rankNimbostratus
May 25, 2017

how to know the end user browser and operating system details for a specfic VIP in LTM ?

Hi, I would like to get the end the user details while he is accessing a VIP.

 

1) Browser like he is accessing the site by IE/Firefox/Chrome? 2) Operating system , what is the end user operating system?

 

Thanks Narasimharao.

 

  • Anesh's avatar
    Anesh
    Icon for Cirrostratus rankCirrostratus

    You can use below iRule to log user-agent header into /var/log/ltm

    when HTTP_REQUEST {
        log local0. "[HTTP::header User-Agent]"
    
    }
    

    And once you have the user agent you can use this site by providing the user agent string to get the platform and OS details