Skip to content
New issue

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

wrong HTTP error status code #34

Open
kaievns opened this issue Jun 28, 2016 · 0 comments
Open

wrong HTTP error status code #34

kaievns opened this issue Jun 28, 2016 · 0 comments

Comments

@kaievns
Copy link

kaievns commented Jun 28, 2016

you're throwing 403s instead of 401s

403 - means permission denied. which means a user authentication is valid, they just try to access something above their level, like admin features and such.

401 - means authentication failed or was not issued

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant