<401> ( realm -- response )


Vocabulary
furnace.auth.basic

Inputs
realman object


Outputs
responsean object


Definition


: <401> ( realm -- response )
401 "Invalid username or password" <trivial-response>
[ "Basic realm=\"" % swap % "\"" % ] "" make
"WWW-Authenticate" set-header ;