# File lib/action_controller/http_authentication.rb, line 88
        def request_http_basic_authentication(realm = "Application")
          HttpAuthentication::Basic.authentication_request(self, realm)
        end