I'm using Google App Engine python. I want to know what browser the user is using.
class BaseRequestHandler(webapp.RequestHandler):
  def browser(self):
    return str(self.request.headers['User-Agent'])
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With