SODA-for-SPARC
SODA-for-SPARC copied to clipboard
[JOSS Review] Inconsistent use of HTTP status code
Inconsistent use of HTTP status code particularly in Flask authentication and authorisation.
A few examples:
Using 400
(bad request) instead of 401
(unauthorized) 1
Using 500
(Internal Server Error) instead of 400
(bad request) 1
Translating 400
(bad request) into 409
(conflict) 1
Hello! Thank you for opening this issue. Your input is valuable and helps improve the project. Can you please provide a detailed description of the problem you're encountering? Any additional information such as steps to reproduce the issue would be greatly appreciated. Thank you!
This issue has been addressed as per 47f566e.
Thanks for the feedback!
If you're still experiencing any problems, please don't hesitate to open a new issue. Have a great day!