Custom Search

Logiclabz

  • Home
  • Tools
  • HTTP Response Redirect Status Code Checker

HTTP URL Response Redirect Status Code Checker

  • URL: 
  • example: http://www.logiclabz.com/
  • Type the URL who's HTTP response status code to be check in URL textbox
  • Click on the Check Response button to get response
  • Wait till the response result to appear.

List Of HTTP Response Status Code

HTTP status 100 - Continue:

Continue indicate that the client can continue with its request.

HTTP status 101 - SwitchingProtocols:

SwitchingProtocols indicates that the protocol version or protocol is being changed

HTTP status 200 - OK:

OK indicates that the request succeeded and that the requested information is in the response.This is the most common status code to receive.

HTTP status 201 - Created:

Created indicate that the request resulted in a new resoures Created the response was sent.

HTTP status 202 - Accepted:

Accepted indicates that the request has been accepted for further processing

HTTP status 203 - NonAuthoritativeInformation:

NonAuthoritativeInformation indicates that the returned metainformation is from a cached copy instead of the origin server and therefore may be incorrect.

HTTP status 204 - NoContent:

NoContent indicates that the request has been successfully processed and that the response is intentionally blank

HTTP status 205 - ResetContent:

ResetContent indicates that the client should reset (not reload) the current resource.

HTTP status 206 - PartialContent:

PartialContent indicates that the response is a partial response as requested by a GET request that includes a byte range.

HTTP status 300 - Ambiguous:

Ambiguous indicates that the requested information has multiple representation.The defalt action is to treat this status as a redirect and follow the contents of the location header associated with this response.

HTTP status 301 - Moved:

Moved indicates that the requested information has been moved to the URI specified in the location header.The default action when this status is recieved is to follow the location header associated with the response.when the original request method was POST,the redirected request will use the GET method.

HTTP status 302 - Redirect:

Redirect indicates that the requested information is located at the URI specified in the Location header. The default action when this status is received is to follow the location header associated with the response. When the original request method was POST, the redirected request will use the GET method.

HTTP status 303 - RedirectMethod:

RedirectMethod automatically redirests the client to the URI specified in the Location header as the result of a POST. The request to the resource specified by the Loction header will be made with a GET

HTTP status 304 - NotModified:

NotModified indicates that the client's cached copy is up to date. The contents of the resource are not transferred.

HTTP status 305 - UseProxy:

UseProxy indicates that the request should use the proxy server at the URI specified in the Location header.

HTTP status 306 - Unused:

Unused is a proposed extension to the HTTP/1.1 specification that is not fully specified.

HTTP status 307 - TemporaryRedirect:

TemporaryRedirect indicates that the request information is located at the URI specified in the Location header, The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method

HTTP status 400 - BadRequest:

BadRequest indicate that the request could not by the server. BadRequest is sent when no other error is application,or if the exact error is unknown or does not have its own error code.

HTTP status 401 - Unauthorized:

Unauthorized indicates that the requested resource requires authentication. The WWW-Authenticate header contains the details of how to perform the authentication.

HTTP status 402 - PaymentRequired:

PaymentRequired is reserved for future use.

HTTP status 403 - Forbidden:

Forbidden indicate that the server refuses to fulfill the request.

HTTP status 404 - NotFound:

NotFound indicates that the requested resource does not exist on the server.

HTTP status 405 - MethodNotAllowed:

MethodNotAllowed indicates that the request methods (POST or GET)is not allowed on the requested resource.

HTTP status 406 - NotAcceptable:

NotAcceptable indicates that the client has indicated with accept headers that it will not accept any of the available representations of the resource.

HTTP status 407 - ProxyAuthenticationRequired:

ProxyAuthenticationRequired indicates that the requested proxy requires authentication, The Proxy-authenticate header contains the details of how to perform the authentication.

HTTP status 408 - RequestTimeout:

RequestTimeout indicates that the client did not send a request within the time the server was expecting the request.

HTTP status 409 - Conflict:

Conflict indicate that the request could not be carried out because of a Conflict on the server.

HTTP status 410 - Gone:

Gone indicates that the requested resource is no longer available.

HTTP status 411 - LengthRequired:

LengthRequired indicates that the required Content-length header is missing.

HTTP status 412 - PreconditionFailed:

PreconditionFailed indicates that a condition set for this request failed, and the request cannot be carried out, Conditions are set with conditional request headers like IF-Match, If-None-Match, or If-Unmodified-Since.

HTTP status 413 - RequestEntityTooLarge:

RequestEntityTooLarge indicates that the request is too large for the server to process,

HTTP status 414 - RequestUriTooLong:

RequestUriTooLong indicates that the URI is too long.

HTTP status 415 - UnsupportedMediaType:

UnsupportedMediaType indicates that the request is an unsupported type.

HTTP status 416 - RequestedRangeNotSatisfiable:

RequestedRangeNotSatisfiable indicates that the range of date requested from the resource cannot be returned, either becaus the beginning of the range is before the beginning of the resource, or the end of the range is after the end of the resource.

HTTP status 417 - ExpectationFailed:

ExpectationFailed indicate that an expectation given in an Expect header could not be met by the server.

HTTP status 500 - InternalserverError:

InternalserverError indicates that a generic error has accurred on the server.

HTTP Status 501 - NotImplemented:

NotImplemented indicates that the server does not support the requested function

HTTP status 502 - BadGateway:

BadGateway indicate that an intermediate proxy server received a bad response from another proxy or the origin server.

HTTP status 503 - ServiceUnavailable:

ServiceUnavailable indicates that the server is temporaily unavailable, usually due to high load or maintenance.

HTTP status 504 - GatewayTimeout:

GatewayTimeout indicates that an intermediate proxy server timed out while waiting for a response from another proxy or the origin server.

HTTP status 505 - HttpVersionNotSupported:

HttpVersionNotSupported indicates that the requested HTTP version is not supported by the server.