List of HTTP status codes in the context of Request for Comments


List of HTTP status codes in the context of Request for Comments

List of HTTP status codes Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about List of HTTP status codes in the context of "Request for Comments"


⭐ Core Definition: List of HTTP status codes

This article lists standard and notable non-standard HTTP response status codes. Standardized codes are defined by IETF as documented in Request for Comments (RFC) publications and maintained by the IANA. Other, non-standard values are used by various servers. The descriptive text after the numeric code – the reason phrase – is shown here with typical value, but in practice, can be different or omitted.

↓ Menu
HINT:

In this Dossier

List of HTTP status codes in the context of Web server

A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a web page or other resource using HTTP, and the server responds with the content of that resource or an error message. A web server can also accept and store resources sent from the user agent if configured to do so.

The hardware used to run a web server can vary according to the volume of requests that it needs to handle. At the low end of the range are embedded systems, such as a router that runs a small web server as its configuration interface. A high-traffic Internet website might handle requests with hundreds of servers that run on racks of high-speed computers.

View the full Wikipedia page for Web server
↑ Return to Menu