We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the 401 Unauthorized error response when a user tries to access a page that requires authentication but they are not logged in.
Use the same searching logic that the 404 page does for showing specific error page content.
Also see this page for a possible WWW-Authenticate header to send:
http://stackoverflow.com/questions/940206/what-should-i-pass-for-the-www-authenticate-header-on-401s-if-im-only-using-open
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add the 401 Unauthorized error response when a user tries to access a page that requires authentication but they are not logged in.
Use the same searching logic that the 404 page does for showing specific error page content.
Also see this page for a possible WWW-Authenticate header to send:
http://stackoverflow.com/questions/940206/what-should-i-pass-for-the-www-authenticate-header-on-401s-if-im-only-using-open
The text was updated successfully, but these errors were encountered: