HTTP 401 – what’s an appropriate WWW-Authenticate header value?
When indicating HTTP Basic Authentication we return something like: WWW-Authenticate: Basic realm=”myRealm” Whereas Basic is the scheme and the remainder is very much dependent on that scheme. In this case realm just provides the browser a literal that can be displayed to the user when prompting for the user id and password. You’re obviously not … Read more