method
authorization
authorization(request)
public
Hide source
# File actionpack/lib/action_controller/http_authentication.rb, line 134 def authorization(request) request.env['HTTP_AUTHORIZATION'] || request.env['X-HTTP_AUTHORIZATION'] || request.env['X_HTTP_AUTHORIZATION'] || request.env['REDIRECT_X_HTTP_AUTHORIZATION'] end


