[API][Dependency] When no content is found but range is meaningful, return code should be 204 #338
Labels
api
Concerns the API
invalid
This doesn't seem right
not-urgent-issue
Has to be fixed, but doesn't prevent from using the app. Not to be mistaken for not-urgent-feature
When no content is found, the 416 HTTP Error Code is returned.
4xx means a client error.
If the request was correctly understood and processed, the 204 HTTP Success Code should be returned.
This last HTTP Code doesn't cause a JS exception!
The text was updated successfully, but these errors were encountered: