Forum Discussion
Hello David_M.
You should get the header value with this command:
[HTTP::header value "devicetyp"]
Also, you can set the APM session variable with:
ACCESS::session data set session.custom.device.type [HTTP::header value "devicetyp"]
David_M
Apr 15, 2022Cirrostratus
that didnt work but this did
when ACCESS_SESSION_STARTED {
ACCESS::session data set session.custom.devicetype [HTTP::header value devicetyp]
}