How to detect Browser type in Django? January 26, 2023 by Tarik You can extract that information from the request object like so: request.META['HTTP_USER_AGENT']