-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Unauthenticated requests - 401 vs 403 responses #416
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
Conversation
…icated` Cleaner seperation of exception and resulting HTTP response. Should result in more obvious error messages.
Digest HTTP auth support depend on this PR https://github.com/juanriaza/django-rest-framework-digestauth |
@juanriaza - Yeah, apologies, not found any time to tackle this yet. |
Conflicts: docs/api-guide/authentication.md
@juanriaza Reckon we're about done here now. Just going to consider if there's any backwards compat stuff to worry about with this change before merging. |
Unauthenticated requests - 401 vs 403 responses
Don't raise an error if BeautifulSoup isn't installed
WIP - Still needs proper handling in View.handle_exception, and tests