instance method
request_http_basic_authentication
Ruby on Rails 2.2.3
Since v2.2.3Signature
request_http_basic_authentication(realm = "Application")
No documentation comment.
Parameters
-
realmopt = "Application"
Source
# File actionpack/lib/action_controller/http_authentication.rb, line 88
def request_http_basic_authentication(realm = "Application")
HttpAuthentication::Basic.authentication_request(self, realm)
end
Defined in actionpack/lib/action_controller/http_authentication.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::HttpAuthentication::Basic::ControllerMethods