Hulpmiddelen

HTTP-statuscodes naslagwerk

Complete gids voor HTTP-responsstatuscodes

100

Continue

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

1xx Informational
101

Switching Protocols

The requester has asked the server to switch protocols.

1xx Informational
102

Processing

The server has received and is processing the request, but no response is available yet.

1xx Informational
200

OK

The request succeeded. The information returned depends on the method used.

2xx Success
201

Created

The request succeeded, and a new resource was created as a result.

2xx Success
202

Accepted

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

2xx Success
204

No Content

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

2xx Success
206

Partial Content

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

2xx Success
300

Multiple Choices

The request has more than one possible response. The user or user agent should choose one.

3xx Redirection
301

Moved Permanently

The URL of the requested resource has been changed permanently. The new URL is given in the response.

3xx Redirection
302

Found

The URI of requested resource has been changed temporarily. New changes in the URI might be made in the future.

3xx Redirection
304

Not Modified

Indicates that the resource has not been modified since the version specified by the request headers.

3xx Redirection
307

Temporary Redirect

The request should be repeated with another URI, but future requests should still use the original URI.

3xx Redirection
308

Permanent Redirect

The request and all future requests should be repeated using another URI.

3xx Redirection
400

Bad Request

The server cannot or will not process the request due to a client error.

4xx Client Error
401

Unauthorized

Authentication is required and has failed or has not yet been provided.

4xx Client Error
403

Forbidden

The client does not have access rights to the content. Unlike 401, the client identity is known to the server.

4xx Client Error
404

Not Found

The server cannot find the requested resource. This is one of the most famous error codes.

4xx Client Error
405

Method Not Allowed

The request method is known by the server but is not supported by the target resource.

4xx Client Error
408

Request Timeout

The server would like to shut down this unused connection.

4xx Client Error
409

Conflict

The request conflicts with the current state of the server.

4xx Client Error
410

Gone

The requested content has been permanently deleted from server, with no forwarding address.

4xx Client Error
413

Payload Too Large

Request entity is larger than limits defined by server.

4xx Client Error
414

URI Too Long

The URI requested by the client is longer than the server is willing to interpret.

4xx Client Error
415

Unsupported Media Type

The media format of the requested data is not supported by the server.

4xx Client Error
429

Too Many Requests

The user has sent too many requests in a given amount of time ("rate limiting").

4xx Client Error
500

Internal Server Error

The server has encountered a situation it does not know how to handle.

5xx Server Error
501

Not Implemented

The request method is not supported by the server and cannot be handled.

5xx Server Error
502

Bad Gateway

The server, while working as a gateway, got an invalid response from the upstream server.

5xx Server Error
503

Service Unavailable

The server is not ready to handle the request. Common causes include server maintenance or overload.

5xx Server Error
504

Gateway Timeout

The server is acting as a gateway and cannot get a response in time.

5xx Server Error
505

HTTP Version Not Supported

The HTTP version used in the request is not supported by the server.

5xx Server Error

Over HTTP-statuscodes

  • 1xx (Informational): Verzoek ontvangen, proces gaat verder
  • 2xx (Success): De actie is succesvol ontvangen, begrepen en geaccepteerd
  • 3xx (Redirection): Er is verdere actie nodig om het verzoek te voltooien
  • 4xx (Client Error): Het verzoek bevat onjuiste syntaxis of kan niet worden uitgevoerd
  • 5xx (Server Error): De server kon een geldig verzoek niet uitvoeren

Vind je deze tools handig? Overweeg dan de ontwikkeling te steunen!

Bedankt! ☕

Koop me een koffie