KAK Tools All Tools Blog
  • 100

    Continue

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

    http://tools.ietf.org/html/rfc7231#section-6.2.1
  • 101

    Switching Protocols

    The requester has asked the server to switch protocols and the server is acknowledging that it will do so

    http://tools.ietf.org/html/rfc7231#section-6.2.2
  • 200

    OK

    Standard response for successful HTTP requests

    http://tools.ietf.org/html/rfc7231#section-6.3.1
  • 201

    Created

    The request has been fulfilled and resulted in a new resource being created

    http://tools.ietf.org/html/rfc7231#section-6.3.2
  • 202

    Accepted

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

    http://tools.ietf.org/html/rfc7231#section-6.3.3
  • 203

    Non-Authoritative Information

    The server successfully processed the request, but is returning information that may be from another source

    http://tools.ietf.org/html/rfc7231#section-6.3.4
  • 204

    No Content

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

    http://tools.ietf.org/html/rfc7231#section-6.3.5
  • 205

    Reset Content

    The server successfully processed the request, but is not returning any content. Unlike a 204 response, this response requires that the requester reset the document view

    http://tools.ietf.org/html/rfc7231#section-6.3.6
  • 206

    Partial Content

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

    http://tools.ietf.org/html/rfc7233#section-4.1
  • 300

    Multiple Choices

    Indicates multiple options for the resource that the client may follow

    http://tools.ietf.org/html/rfc7231#section-6.4.1
  • 301

    Moved Permanently

    This and all future requests should be directed to the given URI

    http://tools.ietf.org/html/rfc7231#section-6.4.2
  • 302

    Found

    The target resource resides temporarily under a different URI

    http://tools.ietf.org/html/rfc7231#section-6.4.3
  • 303

    See Other

    The server is redirecting to a different URI which accesses the same resource

    http://tools.ietf.org/html/rfc7231#section-6.4.4
  • 304

    Not Modified

    There is no need to retransmit the resource, since the client still has a previously-downloaded copy

    http://tools.ietf.org/html/rfc7232#section-4.1
  • 305

    Use Proxy

    The requested resource is only available through a proxy, whose address is provided in the response

    http://tools.ietf.org/html/rfc7231#section-6.4.5
  • 307

    Temporary Redirect

    Subsequent requests should use the specified proxy

    http://tools.ietf.org/html/rfc7231#section-6.4.7
  • 400

    Bad Request

    The request could not be understood by the server due to malformed syntax

    http://tools.ietf.org/html/rfc7231#section-6.5.1
  • 401

    Unauthorized

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

    http://tools.ietf.org/html/rfc7235#section-3.1
  • 402

    Payment Required

    The 402 (Payment Required) status code is reserved for future use

    http://tools.ietf.org/html/rfc7231#section-6.5.2
  • 403

    Forbidden

    The server understood the request but refuses to authorize it

    http://tools.ietf.org/html/rfc7231#section-6.5.3
  • 404

    Not Found

    The requested resource could not be found but may be available again in the future

    http://tools.ietf.org/html/rfc7231#section-6.5.4
  • 405

    Method Not Allowed

    A request was made of a resource using a request method not supported by that resource

    http://tools.ietf.org/html/rfc7231#section-6.5.5
  • 406

    Not Acceptable

    The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request

    http://tools.ietf.org/html/rfc7231#section-6.5.6
  • 407

    Proxy Authentication Required

    The client must first authenticate itself with the proxy

    http://tools.ietf.org/html/rfc7235#section-3.2
  • 408

    Request Timeout

    The server timed out waiting for the request

    http://tools.ietf.org/html/rfc7231#section-6.5.7
  • 409

    Conflict

    The request could not be processed because of conflict in the request

    http://tools.ietf.org/html/rfc7231#section-6.5.8
  • 410

    Gone

    The resource requested is no longer available and will not be available again

    http://tools.ietf.org/html/rfc7231#section-6.5.9
  • 411

    Length Required

    The request did not specify the length of its content, which is required by the requested resource

    http://tools.ietf.org/html/rfc7231#section-6.5.10
  • 412

    Precondition Failed

    The server does not meet one of the preconditions that the requester put on the request

    http://tools.ietf.org/html/rfc7232#section-4.2
  • 413

    Payload Too Large

    The request is larger than the server is willing or able to process

    http://tools.ietf.org/html/rfc7231#section-6.5.11
  • 414

    URI Too Long

    The URI provided was too long for the server to process

    http://tools.ietf.org/html/rfc7231#section-6.5.12
  • 415

    Unsupported Media Type

    The request entity has a media type which the server or resource does not support

    http://tools.ietf.org/html/rfc7231#section-6.5.13
  • 416

    Range Not Satisfiable

    The client has asked for a portion of the file (byte serving), but the server cannot supply that portion

    http://tools.ietf.org/html/rfc7233#section-4.4
  • 417

    Expectation Failed

    The server cannot meet the requirements of the Expect request-header field

    http://tools.ietf.org/html/rfc7231#section-6.5.14
  • 422

    Unprocessable Entity

    the server understands the content type of the request entity and the syntax of the request entity is correct but was unable to process the contained instructions.

    https://tools.ietf.org/html/rfc4918#section-11.2
  • 426

    Upgrade Required

    The client should switch to a different protocol

    http://tools.ietf.org/html/rfc7231#section-6.5.15
  • 500

    Internal Server Error

    The server encountered an unexpected condition that prevented it from fulfilling the request

    http://tools.ietf.org/html/rfc7231#section-6.6.1
  • 501

    Not Implemented

    The server does not support the functionality required to fulfill the request

    http://tools.ietf.org/html/rfc7231#section-6.6.2
  • 502

    Bad Gateway

    The server, while acting as a gateway or proxy, received an invalid response from an inbound server

    http://tools.ietf.org/html/rfc7231#section-6.6.3
  • 503

    Service Unavailable

    The server is currently unable to handle the request due to a temporary overload or scheduled maintenance

    http://tools.ietf.org/html/rfc7231#section-6.6.4
  • 504

    Gateway Timeout

    The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server

    http://tools.ietf.org/html/rfc7231#section-6.6.5
  • 505

    HTTP Version Not Supported

    The server does not support, or refuses to support, the major version of HTTP that was used in the request

    http://tools.ietf.org/html/rfc7231#section-6.6.6