Error guides tagged [http status]

63 guides found
100
100 Continue - How to resolve this issue

The server has received the request headers, and the client should proceed to send the request body.

http statusinformational (1xx)rarer
updated today
101
101 Switching Protocols - How to resolve this issue

The server understands and is willing to comply with the client's request to switch protocols.

http statusinformational (1xx)rarer
updated today
102
102 Processing - How to resolve this issue

An interim response indicating the server has accepted the request but has not completed it.

http statusinformational (1xx)rarer
updated today
103
103 Early Hints - How to resolve this issue

Returns response headers before the final HTTP response, primarily used for link preloading.

http statusinformational (1xx)rarer
updated today
200
200 OK - How to resolve this issue

The request has succeeded. The meaning of a success varies depending on the HTTP method.

http statussuccess (2xx)common
updated today
201
201 Created - How to resolve this issue

The request has succeeded and has led to the creation of a new resource.

http statussuccess (2xx)common
updated today
202
202 Accepted - How to resolve this issue

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

http statussuccess (2xx)common
updated today
203
203 Non-Authoritative Information - How to resolve this issue

The returned meta-information is not exactly the same as is available from the origin server.

http statussuccess (2xx)rarer
updated today
204
204 No Content - How to resolve this issue

The request has succeeded but there is no payload body to return.

http statussuccess (2xx)common
updated today
205
205 Reset Content - How to resolve this issue

Tells the user agent to reset the document view which caused the request to be sent.

http statussuccess (2xx)rarer
updated today