In my webapp I have a Static class with a static variable that preloads these 3 hard coded browsers and versions and checks if System.Web.HttpContext.Current.Request.Browser is in one of these 3 browers/versions. If incoming browser is not one of these 3
or later versions, we are routing to an Unsupported browser webpage. Issue is that we are seeing inconsistent behavior and intermittently user is routed to Unsupported browser page even when using one of these supported browsers & versions. Issue
is not reproduceable and is intermittent.
InternetExplorer11
FIREFOX63
CHROME67
Can someone help how to troubleshoot this issue.
Thanks,
Kamshare