How to detect browser agent? :)

Hey all,
is it possible to check against browser agent?
I want to tell IE 11 users to use another working browser :slight_smile:

In an endpoint you can use the User-Agent header.

$Request.Headers["User-Agent"].ToString()
4 Likes