Flowdock
method

authorization

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::HttpAuthentication::Basic
authorization(request) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.