-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 2.2.0
-
Component/s: None
-
Tags:
-
Sprint:nxDrive 11.1.12
-
Story Points:1
The current behavior is to raise Unauthorized if the HTTP status code is either 401 or 403.
This is not right as 403 does not mean the user has invalid credentials.
So we shouls make a diffrence between HTTP erros 401 and 403 by raising specific exceptions in both cases.
- causes
-
NXPY-118 Missing status code from Forbidden and Unauthorized exceptions
- Resolved
- is required by
-
NXDRIVE-1722 Correctly handle Unauthorized and Forbidden statuses
- Resolved