Quration AIQ

devwords

Anyone who has browsed the web has hit a cryptic three-digit number telling them something went wrong with the page they wanted.

What does the '404' you meet while browsing actually signify?

The requested page doesn't exist (Not Found)
HTTP status codes report outcomes in three digits: 200 = success, 404 = not found, 403 = forbidden, 500 = server error. Rule of thumb: 4xx means the request's fault, 5xx means the server's.

HTTP status codes are three-digit numbers that servers send back to report what happened with a request, and 404 specifically means 'Not Found,' indicating that the page or resource you asked for simply doesn't exist at that address. These codes follow rough categories, with 2xx meaning success, 4xx meaning something about the request itself was problematic, and 5xx meaning the server encountered its own internal error.

The server clocking out at 4:04 and payment required are both invented or mismatched explanations; payment required is actually the meaning behind the far less common status code 402, not 404.

Knowing the simple rule that 4xx codes point at the request while 5xx codes point at the server helps anyone browsing the web quickly understand whether a broken page is something they can potentially fix, like a mistyped URL, or something entirely outside their control.

▶ Quration AIQ

devwords

Whose fault is it?What is it?Its name?What is it?Which famously permissive license allows nearly everything, including commercial use, as long as you keep the copyright notice?Why do it if nothing visible changes?Which finance-flavored term is this?What's the most practical first response?In British slang, what does 'git' mean?What's the accepted principle of good commits?What does a Pull Request mean?So what's the relationship between git and GitHub?

Quration — Quration AIQ