# File lib/rack/perftools_profiler/return_password_error.rb, line 6
    def response
      [401, 
       {'Content-Type' => 'text/plain'}, 
       ["Profiling is password-protected. Password is incorrect.\nProvide a password using the 'profile' GET param:\nhttp://domain.com/foobar?profile=PASSWORD"]]
    end