challenge(req, res)
public
Returns a challenge response
which asks for authentication information
# File lib/webrick/httpauth/basicauth.rb, line 103
def challenge(req, res)
res[@response_field] = "#{@auth_scheme} realm=\"#{@realm}\""
raise @auth_exception
end