You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we receive a user-agent (UA) value in the HttpContext, we need to detect whether the UA is a mobile device or not to set the IsMobileDevice field to true on the ProxyDetectionRequest object.
When we receive a user-agent (UA) value in the
HttpContext
, we need to detect whether the UA is a mobile device or not to set theIsMobileDevice
field totrue
on theProxyDetectionRequest
object.This is a good reference list of mobile browser user-agent strings.
The text was updated successfully, but these errors were encountered: