-2XX-*the HTTP status code*

-as of [17 APRIL 2024]

.

2XX

success

This class of status codes indicates the action requested by the client was received, understood, and accepted

.

200

OK

Standard response for successful HTTP requests.

The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource.

In a POST request, the response will contain an entity describing or containing the result of the action

.

201

Created

The request has been fulfilled, resulting in the creation of a new resource

.

202

Accepted

The request has been accepted for processing, but the processing has not been completed.

The request might or might not be eventually acted upon, and may be disallowed when processing occurs

.

203

Non-Authoritative Information

(since HTTP/1.1)

The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin, but is returning a modified version of the origin’s response

.

204

No Content

The server successfully processed the request, and is not returning any content

.

205

Reset Content

The server successfully processed the request, asks that the requester reset its document view, and is not returning any content

.

206

Partial Content

(RFC 7233)

The server is delivering only part of the resource (byte serving) due to a range header sent by the client.

The range header is used by HTTP clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams

.

207

Multi-Status

(WebDAV; RFC 4918)

The message body that follows is by default an XML message and can contain a number of separate response codes, depending on how many sub-requests were made

.

208

Already Reported

(WebDAV; RFC 5842)

The members of a DAV binding have already been enumerated in a preceding part of the (multistatus) response, and are not being included again

.

226

IM Used

(RFC 3229)

The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance

.

.

.

*UN-OFFICIAL CODES* –>

218

This is fine

(Apache Web Server)

Used as a catch-all error condition for allowing response bodies to flow through Apache when ProxyErrorOverride is enabled

.

.

*👨‍🔬🕵️‍♀️🙇‍♀️*SKETCHES*🙇‍♂️👩‍🔬🕵️‍♂️*

.

.

👈👈👈☜*“HTTP(S)”* ☞ 👉👉👉

.

.

💕💝💖💓🖤💙🖤💙🖤💙🖤❤️💚💛🧡❣️💞💔💘❣️🧡💛💚❤️🖤💜🖤💙🖤💙🖤💗💖💝💘

.

.

🔥🔥🔥🔥🔥🔥*we won the war* 🔥🔥🔥🔥🔥🔥

2 Trackbacks / Pingbacks

  1. “HTTP” – "kingdom of JoGa"
  2. -http status codes- – "kingdom of JoGa"

Comments are closed.