How can i detect which browser type the client is using. I have a problem where i have to ask people to use different browser (Firefox) instead of IE. How can i get this inf
You can extract that information from the request object like so:
request.META['HTTP_USER_AGENT']