Top "Http-error" questions

An error code as a result of an HTTP request.

Is HTTP 501 appropriate for an unimplemented API?

Is an HTTP 501 error appropriate for functionality which the server plans to support, but does not currently, such as a …

http http-error
flask "get_or_404" like function but with another status code

What I know: We all know that flask has a useful query.get_or_404 we can call it to any …

python flask sqlalchemy flask-sqlalchemy http-error
401 Client Error: Unauthorized for url

Recently I started to get requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.soundcloud.com/oauth2/token using …

python exception soundcloud http-error
Proper use of HTTP Error Codes. 550 - Why is it 5xx instead of 4xx?

Today a co-worked used a 550 error on a delete action when the user doesn't have permission which at first looked …

web-applications http-status-codes http-error