method
authorization
v2.1.0 -
Show latest stable
- Class:
ActionController::HttpAuthentication::Basic
authorization(request)public
No documentation available.
# File actionpack/lib/action_controller/http_authentication.rb, line 103
def authorization(request)
request.env['HTTP_AUTHORIZATION'] ||
request.env['X-HTTP_AUTHORIZATION'] ||
request.env['X_HTTP_AUTHORIZATION'] ||
request.env['REDIRECT_X_HTTP_AUTHORIZATION']
end