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
400 vs 422 for Client Error Request

I've read a lot of posts and articles regarding proper http status code to return for client request error. Others …

error-handling http-status-codes http-error http-status-code-400 http-status-code-422
How do I set cookies using Python urlopen?

I am trying to fetch an html site using Python urlopen. I am getting this error: HTTPError: HTTP Error 302: The …

python cookies redirect urlopen http-error
getting Http error 404 in Pytube. What is reason for this?

This code used to work 4 days back now it is showing error. I tried using pytube3 but that does not …

python youtube-api http-error pytube